Tag: dbt
All the articles with the tag "dbt".
-
dbt macro resolution order: a real-world debugging story
A Compilation Error in a Tuva Project model revealed the exact resolution order dbt uses when looking up macros — and why that order matters when you're three packages deep.
-
dbt + DuckDB: the good, the bad, and the workarounds
Running dbt 1.11 with DuckDB 1.10 on a 167k-row dataset is fast and free, but the combination has real rough edges. An honest assessment after a full Tuva Project run.
-
The limit_zero macro bug: how dbt resolves macros across packages
A missing limit_zero macro in a Tuva Project run turned into a detailed lesson on how dbt resolves macros across package namespaces, adapter dispatch, and why the fix is a two-line local macro.