df_assign_to_fact_table
Attach existing measures, dimensions, facts, or dimension groups to a fact table. Applies IDs in order and returns partial status for unknown or already-assigned IDs.
Instructions
WRITES TO DATAFORGE. Attach existing measures, dimensions, facts or dimension groups to a fact table. Ids are applied in order; already-assigned or unknown ids come back in failed[] with status=partial rather than failing the whole call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | DataForge project id | |
| version_id | Yes | Project version id | |
| element_ids | Yes | ||
| element_type | Yes | ||
| fact_table_id | Yes | ||
| 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. |