Look up connections by path

This endpoint returns details about the fully qualified path to an object in a specific connection by connection ID.

Usage notes

Different connections support different paths:

  • For a Snowflake connection, you can specify DATABASE.SCHEMA.TABLE or a less-specific path.
  • For Amazon Redshift, you can specify SCHEMA.TABLE or a less-specific path.
  • For Databricks, you can specify CATALOG.SCHEMA.TABLE or a less-specific path.

Connection path details include the connection path ID, called the inodeId in the response, and the type of object in the connection path, either a table or a scope (database, schema, catalog, or other higher-level object).

Language
Authorization
OAuth2
URL
Click Try It! to start a request and see the response here!