sac_post_import_data
Post rows of data to an import job's staging area; data is applied only when the job runs.
Instructions
Post rows of data to an import job's staging area. Data does not touch the model until the job is run. Rows should be an array of objects with column names as keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Array of row objects to import | |
| jobId | Yes | The job ID from sac_create_import_job | |
| modelId | Yes | The model/provider ID | |
| dataType | No | Type of data (default: factData) | |
| dimensionName | No | Required for masterData imports |