df_bulk_write_facts
Batch create or update multiple facts in DataForge in one call to save time and reduce API requests.
Instructions
WRITES TO DATAFORGE. Create and/or update many facts in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facts | 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. |