Open gliter opened 1 year ago
When running dbt run we are typically ending with some pipelines. There is a dbt clean it is worth investigating what it is for and maybe if we should use it to stop deployed jobs. If not, it would be nice to provide some scripts for cleanup.
dbt run
dbt clean
When running
dbt run
we are typically ending with some pipelines. There is adbt clean
it is worth investigating what it is for and maybe if we should use it to stop deployed jobs. If not, it would be nice to provide some scripts for cleanup.