Stephen Bailey
06/02/2022, 2:20 PMrun_dbt_cloud_tests
step and then a second op that does a parse_dbt_cloud_run_results
process. Right now, the DAG exits if any of the tests fail. Ideally this second node would get a dbt cloud run id from the first op, no matter what happens in the execution step.dwall
06/02/2022, 2:23 PMalex
06/02/2022, 2:32 PMop
so that instead of failing when the tests fail, it only fails on unexpected error and otherwise always returns a TestResults
type of output?Stephen Bailey
06/02/2022, 2:47 PMalex
06/02/2022, 3:04 PMassert_tests_passed
op