sql dataflow turn off input dataset limit

user14456
user14456 ⚪️
edited March 14 in SQL DataFlows

In sql data flow can I turn off the input dataset loaded limit? cuurently it set at 500K. I have big tables where the first 500K rows are all the same date so if I try and do a select distict date, I get a single row in my preview.  I have long, advanced, queries with multple changes and running the data flow for the final output everytime is not practical. I would use an external GUI like mysql workbech but then would loose access to the domo datasets, correct? 

Tagged:

Best Answers

  • ST_-Superman-_
    Answer ✓

    You can get access to a DOMO ODBC connector which will let you access your Domo datasets directly in your MySQL workbench environment.  This is currently a premium product and has an associated cost.  You should contact your Domo Customer Success Manager for more details.


    ______________________________________________________________________________________________
    “There is a superhero in all of us, we just need the courage to put on the cape.” -Superman
    ______________________________________________________________________________________________
  • ST_-Superman-_
    Answer ✓

    The ODBC connection could be used to pull into any environment that accepts an ODBC connection.  You can pull it into r studio, python, MySQL, redshift... possibilities are endless.  


    ______________________________________________________________________________________________
    “There is a superhero in all of us, we just need the courage to put on the cape.” -Superman
    ______________________________________________________________________________________________

Answers