Skip to content

Usage guide

This page has moved.

The full dbt-aws documentation is now an mkdocs book. Start at docs/index.md or build the site locally:

uv sync --group docs
uv run mkdocs serve
# then open http://localhost:8000

Quick links:

Topic Page
First DAG in 5 minutes Getting started
All five runner shapes Concepts → Runners
tag_runners bulk routing Concepts → Routing
task_groups visual nesting Concepts → Visual grouping
YAML config schema Reference → YAML config
Per-runner override fields Reference → Runner overrides
End-to-end demo DAGs Examples
Known issues Troubleshooting