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 …
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 …
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…