Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2025 08:53 AM - edited 08-25-2025 09:11 AM
Hi,
I tried to deploy DAB on Workspace UI with a feature branch (sf-trans-seq) targeted to Dev. After deploying successfully, the Job branch is, however, using the master branch (see the screenshot below).
Is there any option to force the Job branch to use the feature branch (e.g., sf-trans-seq) similar to the git-branch option when deploy using Databricks CLI in VS Code?
databricks bundle deploy -var="git-branch=sf-trans-seq" -t dev
Thanks,