Onboard a new data source, step 2: run analysis after uploading
finish_data_source_onboardingFinalize data source onboarding after file upload to trigger AI analysis and wait until the spec is ready or fails. Use to complete the integration setup and validate the data source.
Instructions
Call after uploading the file(s) returned by onboard_data_source — kicks off AI analysis and waits until the spec reaches "ready" or "failed". Poll with get_status instead of re-calling this if it times out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | specId returned by onboard_data_source. | |
| specName | Yes | Name of the data spec being onboarded. | |
| workspaceId | No | Workspace to act on. Defaults to your only workspace if you have exactly one. | |
| loadSampleData | No | Whether to load the sample file and trigger the data-load job once analysis finishes (default true). |