-
How to count rows without returning all the rows in a dataset
I can call /data/v1/alias and this wil give me the metadata for the dataset as well as all the rows. If the dataset is big, this can take some time and sometime never return. So how can I just return the number of rows in a dataset. The column name is not always the same, for the dataset can be changed out. Is there a…
-
Can you use Alias mapping in the manfest.json file via the Data API calls?
I know I can access the use domo.get('/data/v1/sales') and access the sales alias in the manifest.json But I want to get the unique ID of the dataset for "sales" The only way I see you can do this is via the method above. but if I am using the APIData Access, then how can I get the Unique Id of the dataset . This alias…
-
Can you upload a dataset from workbench and specify the owner.
I have workbench installed and we can upload datasets just fine. What we want to do is change the owner of the dataset when it gets uploaded. Specifing somone other than the user logged into WorkBench. Is this possible? Or is it such that the owner of the dataset is assigned to the logged in user of workbench when the…