Unit Testing dbt Macros: A workaround for dbt's unit testing limitations
Ever wished you could catch that broken SQL logic before it wrecks your dashboards? With dbt 1.8's new unit testing capabilities, you can finally sleep at night! However, support for testing macros is still limited. Let's explore how to test both models and macros with a workaround.
Continue reading...