How-to guides¶
Task-oriented recipes. Each guide opens with Prerequisites + End state so you can tell at a glance whether it fits your situation.
Most guides reference scenarios from the usecase-sim testbed — we
link to the scenarios rather than copy their contents so they stay
executable and in sync with the framework.
Configuring metadata¶
- File metadata — JSON as canonical, YAML/Excel generated.
- Database metadata — SQLAlchemy schema, DDL, concurrency.
- API metadata — bringing your own metadata service.
Authoring pipelines¶
- Run a stage
- Merge & SCD2
- Partitioning & column sanitization
- Maintenance (vacuum / optimize)
- Expected-failure scenarios