Reverse ETL for the code-first data stack.
dlt (load) → dbt (transform) → drt (activate)
drt syncs data from your warehouse to external services — declaratively, via YAML and CLI. Think dbt run → drt run: same developer experience, opposite data direction.
- Code-first — CLI + YAML, Git-native, CI/CD-ready. No GUI SaaS to click through.
- 40+ connectors — warehouses & lakehouses in; SaaS APIs, cloud storage, and webhooks out.
- LLM-native — MCP server + Claude Code skills built in.
pip install drt-core
drt init && drt runGet started → · Docs · Roadmap