Contributors¶
Use this hub when changing code, dbt models, docs, or orchestration. For operator setup, start with Quickstart.
Setup, quality gates, and targeted Make commands live in Development and CONTRIBUTING.md.
Contribution Checklists¶
See Development for:
- Which quality gate to run
- Add a market adapter
- Add a documented mart
- Add a fixed scope
Data And IP Hygiene¶
- Do not contribute production data, scraped dumps, populated seeds, attestations, or non-synthetic warehouse rows.
- Keep tracked seed shells header-only; use synthetic fixtures under
tests/fixtures/. - AI-assisted PRs still require you have rights to submit the material.
- Complete the provenance checklist in the pull-request template.
- Read Operator responsibilities and CONTRIBUTING.md.
Also read tests/README.md and dbt/README.md.
Design Decisions¶
v0.2.x intentionally has no warehouse migrations, no runtime scope selector, and
an isolated Polygon path. Read Design decisions
before proposing compatibility shims. Use Terminology
for product vocabulary (pipeline, working set, marts vs strategy
contract wc2026.v1).