I gave the datasets/query/execute
v1 API a try today, and have a few questions:
* What idiom of SQL is this using? It took me some time to get the name escaping done in a way that Domo tolerated.
* Is there any dedicated documentation on the system, other than the sparse details I've found at
https://developer.domo.com/docs/dataset-api-reference/dataset#Query%20a%20DataSet
* Is there a way to get the results as something other than an array of JSON objects, like TSV/CSV, or something else a bit more compact?
* Are there better, more recent alternatives to datasets/query for querying DataSets?
Thanks!