Hi,
we are using asset bundles to deploy artefacts in Databricks. We use a service account and github workflows for that. Currently, we deploy in dev mode whenever a PR is created against the main branch of our gh repo. So far so good.
However, we are getting collisions when having multiple open PRs. That leads to overriding and worse deleting each others changes when creating/updating PRs.
Is there a way to prevent resources from being undeployed/overwritten in this scenario?
I am looking into adding the github branch name into the name prefix but I am unsure if this fixes the problem.