Get-data
get-dataFull Description
Get data from a Coupler.io data flow run. Make sure to first query a sample of 5 rows from data table, e.g. SELECT * from data LIMIT 5, and then run the get-schema tool, to better understand the structure. The get-schema tool will return the JSON-encoded schema of the data table. When visualizing the data, do not try to read any files or fetch any URLs, just generate a static page and use the data you get from the tools.
Parameters
executionIdstringThe ID of the last successful run (execution) of the data flow.
querystringThe SQL query to run on the data flow sqlite file.