Quality Control with dbt-yaml-guardrails

Quality Control with dbt-yaml-guardrails image

Property YAML is where dbt conventions either stick or dissolve—especially once you care how meta tags and configs look in review. I built dbt-yaml-guardrails as small pre-commit checks that lint those files without a compiled manifest, handy for tightening rules whether or not Fusion is on your roadmap. Here’s why I wanted something apart from checkpoint, autofix, and project-evaluator, how spec-first development kept the project honest, and what I’d still simplify about the hook API.

Read more

There's no excuse not to be Prettier

There's no excuse not to be Prettier image

There's no body shaming here but as a big proponent of code formatters and pre-commit hooks, I was a little shocked by the extent of the makeover Prettier gave my code (and I learned how to spell "curiosity")

Read more