Expand my Community achievements bar.

SOLVED

datasetID to dataSet tableName mapping in QueryService

Avatar

Level 6

Is there a way using queryService to find the mapping of dataSetIDs and dataSetTableName using queryService ?

I can try getting this from API, but what if its already available in the any of the table that can be accessed via queryService ?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hey Pradeep

 

there was a system.datasets, which hold this information, but it is no longer available, as it is deprecated.

 

You can get this mapping using API, or in UI.

 

But if you have requirement to get it from query service for any automated process, then i can only think of creating a simple table to hold this mapping (should be quick and simple) and use it in query service whenever you need them.

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

Hey Pradeep

 

there was a system.datasets, which hold this information, but it is no longer available, as it is deprecated.

 

You can get this mapping using API, or in UI.

 

But if you have requirement to get it from query service for any automated process, then i can only think of creating a simple table to hold this mapping (should be quick and simple) and use it in query service whenever you need them.

 

Avatar

Level 6

You can get the Table Names and Dataset IDs using "SHOW TABLEScommand in Query Service.