Update an existing data spec, step 2: run analysis after uploading
finish_data_spec_updateTrigger AI analysis to finalize a data spec update after uploading files, then wait until the spec reaches ready or failed status. If it times out, poll with get_status instead of re-calling.
Instructions
Call after uploading the file(s) returned by update_data_spec — 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 update_data_spec. | |
| specName | Yes | Name of the data spec being updated. | |
| runAnalysis | No | Default true — set false to skip analysis and just confirm the upload. | |
| workspaceId | No | Workspace to act on. Defaults to your only workspace if you have exactly one. | |
| loadSampleData | No | Whether analysis should also trigger the data-load job (default true). |