Optimizing Snowflake Costs with dbt Query Tags
Set Snowflake query tags with dbt to monitor which models are burning through your Snowflake credits. Track usage over time, identify expensive models, and optimize your biggest cost drivers with three ingredients: custom macro, usage tables as dbt sources, comprehensive cost calculations.
Continue reading...
Test Driven Development (TDD) with dbt: Test First, SQL Later
Stop building dbt models and praying they're correct. Start defining what "good" looks like first. This guide shows you how to apply TDD to analytics engineering, from unit tests to model contracts, so your data is trustworthy instead of just hope-it-works.
Continue reading...