v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB
integrations

Controller Handle Introspect Table

Introspects a table, provided the flow we're working in for necessary credentials context.

post/integrations/introspect/table

Request body

flow_idstring required

Flow ID that this is in context of. Necessary to track down the connection we should use for credentials.

connection_idstring nullable

Connection to use for introspection. If not provided, use the connection attached to the flow (older meltano deployments)] = None.

table_configobject nullable

Any additional config used for the introspection, not on the general connection

specifierobject required

The specifier used to track down the table. We expect a specifier rather than a full table specifier because we use this in a context where we are not working with an existing connection

Response

Successful Response

namestring required

Name of the table.

schemastring nullable

Schema of the table. Only provided for sources that have some concept of a 'wrapper' schema.