sac_create_import_job
Creates a data import job for a SAC model to allocate a staging area and obtain a jobId. Specify the data type (fact or master) and optionally a dimension for master data.
Instructions
Create a new data import job for a model. This allocates a staging area. Specify dataType='factData' (default) or 'masterData'. Returns a jobId for subsequent operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelId | Yes | The model/provider ID | |
| dataType | No | Type of data to import (default: factData) | |
| dimensionName | No | Required when dataType is 'masterData' — the dimension name |