How i get backing dataset name with phonograph id?

402 Views Asked by At

I have a Phonograph table id. How can I know what is the backing dataset?

2

There are 2 best solutions below

0
On BEST ANSWER

If you're using the Phonograph service API through Slate, you should be able to use the Get Table Metadata endpoint from the Table Registry Service. This endpoint takes in the Table RID and returns the schema and sync metadata, including the RID of the source dataset.

If you're not using these endpoints through Slate, but rather through a CLI or 3rd-party application, you can find the full Phonograph API definition in the platform documentation under the Developer tab.

2
On

Assuming this Phonograph table is used to write to an ontology object type, you can go into the Ontology Management Application and paste the id into the object type search field on the top left (see screenshot). This will automatically find the related object type. If you select that object type and then click on the Datasources tab, you will see the corresponding backing dataset.
enter image description here

enter image description here