Hello,
When attempting to query a dataset with a simple query
query = {"sql": "SELECT * FROM table"}
I get this exception
Exception: Error creating query: {"status":400,"statusReason":"Bad Request","message":"Cannot deserialize instance of `java.lang.String` out of START_OBJECT token"
Using domo.ds_meta and domo.ds_get work fine, but I need to be able to query a larger dataset.
Thank for any help you can offer!