databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
226 stars 119 forks source link

Cancel in progress runs of the same branch #816

Closed benc-db closed 1 month ago

benc-db commented 1 month ago

Description

Concurrent runs of the workflow are likely to fail and slow down both runs. When quickly iterating, it is really annoying to have to come to Github and cancel the previous run manually.

Checklist