getindata / dbt-flink-adapter

Adapter for dbt that executes dbt pipelines on Apache Flink
Apache License 2.0
83 stars 10 forks source link

Implement cleanup mechanism #36

Open gliter opened 1 year ago

gliter commented 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.