dataset-ingest · v1.0.0 · 2026-09-03 · sha256 f88ee6b817593a8f

dataset-ingest v1.0.0A

Immutable. This exact content is served forever at /api/v1/blob/f88ee6b817593a8f.

---
namespace: aiwg
name: dataset-ingest
description: Delegate approved one-shot or incremental dataset execution to the shared orchestration service with resumable receipts.
version: 1.0.0
platforms: [all]
aliases: [run dataset plan, materialize dataset, resume ingest, synchronize dataset]
triggers: [ingest the dataset, run the approved plan, resume dataset sync, update this index, continue ingestion]
---

# Dataset Ingest

Require the approved immutable plan reference and matching approval reference.
Delegate only through `aiwg dataset ingest --plan <plan-ref> --json`. For an
incremental continuation, use the orchestration service's resume/checkpoint
option as exposed by `aiwg dataset`; never decode or advance a cursor here.

Surface run ID, status, cancellation affordance, prior and new committed
checkpoint references, rejections, degraded behavior, and receipt reference.
Cancellation must preserve the last committed checkpoint. Hand the run/receipt
references to `dataset-verify` and, when requested, `dataset-trace`.