This library already supports running dbt tests after dbt models, with the flag run_test_after_model. It would be nice if there was a similar option for running an arbitrary Prefect task after the models. This would enable custom testing setups, for example using data quality tooling, as well as other use cases.
I'd be happy to contribute this feature myself in my spare time.
This library already supports running dbt tests after dbt models, with the flag
run_test_after_model. It would be nice if there was a similar option for running an arbitrary Prefect task after the models. This would enable custom testing setups, for example using data quality tooling, as well as other use cases.I'd be happy to contribute this feature myself in my spare time.