The documentation for ds_query states to pass in the query as a dictionary with the sql key however when passing it through down to dataset.query that method expects a string and packages it as a dictionary. The documentation example should be updated to use a string and not a dict.
The documentation for ds_query states to pass in the query as a dictionary with the sql key however when passing it through down to dataset.query that method expects a string and packages it as a dictionary. The documentation example should be updated to use a string and not a dict.