function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sitansu Pradhan 3Sitansu Pradhan 3 

wave analytics -- containerId/versionId of a dataset

How to get containerId/versionId of a dataset ? Previously we used to get this by turning on the SAQL mode, but after Summer 17 release it's only showing the dataset name, not the containerId/versionId names. Please let me know if we anyone has any idea how to get it.
Deepak BusnagariDeepak Busnagari
Hi Pradhan,

I have been searching for my question for a while , could you please help me in solving my prolem. You can find the problem which i have posted in my profile. Thank you and awainting your response.
NagendraNagendra (Salesforce Developers) 
Hi Sitansu,

It is still shown in the logs:
  • Open the Javascript console in the browser.
  • Enable logs:
edge.log.enabled = true; edge.log.query = true
  • Open the dataset
  • Change it. For example, set a "Group by" parameter.
You will see the query in the Javascript console, which includes the identifiers you are looking for.

Hope this helps.

Please mark this post as solved if it's resolved so that it gets removed from the unanswered queue which results in helping others who are encountering a similar issue.

Thanks,
Nagendra
syed furqan 1syed furqan 1

Open workbench select rest api

/services/data/v37.0/wave/datasets/<your datasetId>

and select get method it will return vertion url with other information click vertion url and get method you will get vertion id