v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB
integrations

Controller Handle Commit Import

Performs an ad-hoc import and persists anything needed for dataset refreshes to trigger. We return the dataset_id, which the frontend uses to direct the user to the proper place.

post/integrations/commit/import

Request body

flow_idstring required

Flow ID that the import schedule should be tied to. Necessary in order to create a Flow -> Connection ID mapping so we can look up the set of credentials attached to a flow, which is useful for deployments.

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.

table_configobject nullable

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

dataset_namestring nullable

Name of the dataset to create. If not provided, we'll create a dataset with a name derived from the table specifer.

Response

Successful Response

string required