df_bulk_write_dimensions
Create or update multiple dimensions in DataForge in a single API call, reducing round trips when managing dimension metadata.
Instructions
WRITES TO DATAFORGE. Create and/or update many dimensions in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dimensions | Yes | ||
| project_id | Yes | DataForge project id | |
| version_id | Yes | Project version id | |
| idempotency_key | No | Optional UUID v4. Reusing a key within 24 hours replays the original response instead of applying the change twice. One is generated automatically when omitted. |