如何触发 d,以失败为根据建立模型
原文:how to trigger dbt to create model based on WARN of fail
原文:how to trigger dbt to create model based on WARN of fail
I have a marco detects if a test has warning. warning is about relationship check. the logic is if there is a warning, run another model. {% macro check_test_results() %} {% for result in results %} ...