Output layout (local filesystem)¶
With default local config, outputs go under .out/.
Canonical¶
.out/canonical/<tenant>/<surface>/exposures/YYYY-MM-DD.jsonl
Staged artifacts¶
.out/artifacts/<tenant>/<surface>/<segment>/<type>/<start>_<end>/
<version>.jsoncurrent.version
Object store¶
.out/objectstore/<tenant>/<surface>/<kind>/<version>.json
Registry¶
Current manifest:
.out/registry/current/<tenant>/<surface>/manifest.json
Version records:
.out/registry/records/<tenant>/<surface>/<type>/<version>.json
Notes¶
- Records are append-only and version-addressed.
- Manifest points to URIs (
file://...in local mode).
Read next¶
- Start here: Start here
- Operate pipelines daily: How-to: Operate pipelines daily
- Artifacts and versioning: Artifacts and versioning
- Roll back the manifest: How-to: Roll back to a previous artifact version