DataSet query and connection information
I'm trying to retrieve information about a dataset, such as the underlying connection and query. The specific dataset I want info on is a SQL Server Connection based dataset. How would I go about getting the query and connection used by a dataset? I looked at the DataSet API (https://api.domo.com/v1/datasets/{dataset_id}).…