Search code examples
palantir-foundryfoundry-phonograph

How i get backing dataset name with phonograph id?


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


Solution

  • 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.