Docs · By practice
Standards
dbt model authoring standards
The Causeway rules for how a dbt model should look. Naming, structure, materialization, testing, and contracts. Enforced at review time.
dbt production readiness checklist
What a Causeway dbt project must satisfy before the first prod deploy, and what it must keep satisfying after. Enforced at the Gold-promotion gate.
Databricks asset authoring standards
Causeway's rules for how a Databricks workload is structured, named, and deployed. Enforced at review time; exceptions require an RFD.
Databricks production readiness checklist
What a Causeway Databricks workload must satisfy before its first prod deploy, and what it must keep satisfying. Enforced at the promote-to-prod gate.
Python Standards
Python coding standards and best practices for the Causeway data platform.
Power BI model authoring standards
The Causeway rules for a Power BI semantic model: shape, connectivity, DAX, storage mode, versioning. Enforced in PR review via BPA.
SQL Standards
SQL coding standards and best practices for the Causeway data platform.
Power BI production readiness checklist
What a shared semantic model must satisfy before its first prod deploy, and keep satisfying after. Enforced at the Certified-endorsement gate.
Airflow DAG authoring standards
The Causeway rules for a DAG: shape, dependencies, retries, resource gating, deployment. Enforced at review time.
Airflow production readiness checklist
What an Airflow deployment must satisfy before the first production DAG runs, and keep satisfying after. Enforced at the promote-to-prod gate.
VS Code workspace standards
The Causeway rules for a data-creator repo's `.vscode/`, `.devcontainer/`, and agent configuration. Enforced in PR review.
VS Code production readiness checklist
What the paved-path VS Code environment must satisfy before a team calls it 'done,' and keep satisfying after. The operational gate platform owns.