Hello --
I need to extract data from a 20M row dataset. I can download smaller datasets, but when I try to download a large dataset, I get a timeout. Can I apply a filter (like date) to the download request for the larger dataset?
Thank you
yes.
use the Java CLI , https://domohelp.domo.com/hc/en-us/articles/360043437733-Command-Line-Interface-CLI-Tool , query-data will allow you to form your query using SQL-esque language.
OR consider using DataSetViews to create subsets of your data (and apply dynamic date filters).
Thank you for this btw. Works great.