catalog_find_instance
Resolve a catalog instance by resource URI to check profiling status and key metadata before downloading or profiling an asset.
Instructions
Resolve the catalog instance for a source-asset URI.
catalog_search finds assets by free text and facets, but the
profiling and download tools key off a catalog instance id. When you
already hold a resource URI — the resource_uri from a search hit, or
a CAS table path — this looks the instance up directly by resourceId
(the same filter the profiling workflow uses) and returns its id plus
the key profile attributes. Use it to tell at a glance whether the asset
has been profiled (analysisTimeStamp) and what semantic metadata it
carries (informationPrivacy, nlpTerms, nlpTags,
mostImportantFields) before calling catalog_download_table_profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_uri | Yes | Source URI of the asset (e.g. '/dataTables/dataSources/cas~fs~.../tables/MYTABLE'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||