Replace dataset
replace_datasetImport a replacement wave without overwriting prior source data. Queues a hosted job; use get_job to retrieve its result. Obtain actual user approval before calling; do not fabricate approval fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| waveId | Yes | ||
| renames | No | ||
| approval | Yes | ||
| uploadId | Yes | ID of a file uploaded into this workspace. Local paths and arbitrary URLs are not accepted. | |
| projectId | Yes | ||
| requestId | Yes | A new UUID for this job, reused only when retrying identical inputs. | |
| idempotencyKey | Yes | ||
| workspaceToken | Yes | Secret workspace capability returned by create_workspace. Treat as a password; never place in a query string. | |
| expectedRevision | Yes |