This repository separates source ingestion from warehouse modeling.
pipelines/
sources/
odoo/ # independently deployed Odoo ingestion pipeline
revolut/ # independently deployed Revolut ingestion pipeline
hubspot/ # independently deployed HubSpot ingestion pipeline
shared/ # shared pipeline helpers, added only when duplication is real
dbt/ # warehouse transformations across landed sources
Source pipelines own extraction, runtime, deployment, secrets, and runbooks. The dbt project owns CL, OL, BL, tests, and business-facing warehouse outputs.
Agents working in this repo must follow AGENTS.md. For dbt model changes, also follow dbt/AGENTS.md.