dbt™️ commands
Pre-commit hooks for dbt™️ commands validate CLI operations, run history, and operation order. Ensure proper command syntax and dependencies before executing dbt™️ operations.
dbt-clean
dbt-cleanrepos:
- repo: https://github.com/dbt-checkpoint/dbt-checkpoint
rev: v1.0.0
hooks:
- id: dbt-cleandbt-compile
dbt-compilerepos:
- repo: https://github.com/dbt-checkpoint/dbt-checkpoint
rev: v1.0.0
hooks:
- id: dbt-compile
args: ["--model-prefix", "+", "--"]dbt-deps
dbt-depsdbt-docs-generate
dbt-docs-generatedbt-parse
dbt-parsedbt-run
dbt-rundbt-test
dbt-testLast updated
Was this helpful?