Run a data processing job, step 1: create job and get upload URL(s)
run_data_jobLaunch a job to process files beyond the initial sample with an existing spec, get upload URLs, and upload files; then complete the job.
Instructions
First step of processing new data files through an already-configured data spec: creates a job and returns upload URL(s). Upload, then call finish_data_job. Only for files beyond the initial sample.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specName | Yes | Name of the already-configured data spec to process files through. | |
| fileNames | Yes | File names of the data files to process (e.g. ["jan.csv", "feb.csv"]) | |
| workspaceId | No | Workspace to act on. Defaults to your only workspace if you have exactly one. |