df_bulk_write_measures
Bulk create or update DataForge measures in one call. Items with an id update, items without create; each applied in its own transaction with partial results and failure details.
Instructions
WRITES TO DATAFORGE. Create and/or update many measures in one call. An item with id is updated, an item without one is created. Items are applied in order, each in its own transaction: a partial result comes back with status=partial and a failed[] array addressing rows by index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| measures | 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. |