- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2025 06:52 AM
Hi @Coffee77,
Sorry as I uploaded the wrong screenshot. I used the same feature branch for Dev, so the correct screenshot is below:
databricks bundle deploy -var="git-branch=sf-trans-seq" -t dev
I have configured git-branch by default is master, in the dbx.vars.global.yml configuration file.
When deploy DAB with Databricks CLI, the job branch (master by default) can be overwritten by this option: -var="git-branch=sf-trans-seq"
However, when deploy DAB in DB Workspace UI, even though I selected the git-branch as the feature branch, but the job branch is still showing the master branch
I am expecting the Workspace UI can also use the git branch for the Job branch as deploying in VS Code, instead of the master by default in my configuration.
Thanks,