Trigger Integration Source Database Introspection
Trigger Integration Source Database Introspection
Trigger introspection for a specific database within an integration source.
This will queue a background job to discover and update the schema hierarchy for only the specified database:
- Schemas within the database
- Tables within those schemas
- Columns within those tables
- Relationships within the database
Args: source_id: Integration source ID database_id: Database ID to introspect force_refresh: Force refresh even if recently introspected
POST
Trigger Integration Source Database Introspection
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Response
Successful Response