Run a data processing job, step 2: start processing after uploading
finish_data_jobTrigger processing for an uploaded data job by providing the job ID and spec name, then wait until it finishes or fails. Prevents duplicate runs.
Instructions
Call after uploading the file(s) returned by run_data_job — starts processing and waits until the job completes or fails. Poll with get_status instead of re-calling this if it times out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | jobId returned by run_data_job. | |
| specName | Yes | Name of the data spec this job belongs to. | |
| workspaceId | No | Workspace to act on. Defaults to your only workspace if you have exactly one. |