SangNguyen
New Contributor III

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

      SangNguyen_0-1756387981693.png

@-werners- 

I have configured git-branch by default is master, in the dbx.vars.global.yml configuration file.

    SangNguyen_1-1756388139829.png

When deploy DAB with Databricks CLI, the job branch (master by default) can be overwritten by this option: -var="git-branch=sf-trans-seq"

SangNguyen_0-1756387981693.png

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 

SangNguyen_2-1756388914936.png

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,