🍳 Recipes
Short, copy-pasteable solutions to common tasks. Each recipe is self-contained and answers exactly one question.
Looking for narrative walkthroughs instead of one-pagers? → CLI by task. Looking for the conceptual model? → Concepts.
Available recipes
| Recipe | Time | What it solves |
|---|---|---|
| Add a quality rule | 2 min | Block a deploy when a column has nulls or stale data. |
| Switch clouds with one line | 1 min | Take an existing local contract and redeploy it to BigQuery / Athena / Snowflake. |
| Tag PII in your schema | 2 min | Get column-level masking on BigQuery / Snowflake without writing IAM JSON yourself. |
Coming soon — contributions welcome
These slots are reserved; pick one, write it up, open a PR. Each should be ~50 lines, runnable as-is.
- Ship to Dagster instead of Airflow
- Audit a contract for compliance
- Generate per-environment overlays (
dev/staging/prod) - Snapshot a contract before a risky change (
fluid bundle) - Set up a CI pipeline gate that blocks drift
- Write a contract that consumes another contract (
consumes[]) - Hook in custom dbt macros via
hybrid-reference - Add a Slack alert when DQ fails
Tracked in docs-content #recipes.