df_write_dimension_group
Writes dimension group definitions to DataForge. Choose create, replace, or update mode to add new groups, reset optional fields, or patch specific changes.
Instructions
WRITES TO DATAFORGE. Create, replace or update a dimension group. primary_key is the source object of the group's key column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | create = POST a new entity; replace = PUT, which resets every optional field not supplied; update = PATCH, which changes only supplied fields. | create |
| name | No | ||
| dimensions | No | Initial membership | |
| project_id | Yes | DataForge project id | |
| version_id | Yes | Project version id | |
| description | No | ||
| primary_key | No | Physical location of the data. Supplying `connection` switches the API to strict validation of db/schema/table/column against that connection's cached schema. | |
| 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. | |
| dimension_group_id | No |