Merge changes
This page describes how to merge your changes into the main branch. You can also pull changes from the main branch into a new branch. Once you're done with merging, you can release your branch.
Merge changes into the main branch
Let's merge our first_Pipeline
from dev
branch into main
branch.
Pull changes
Pulling changes from a branch is as simple as in any GUI based Git interface.
Let's pull our main
branch into the empty second_branch
which we created earlier. Please refer the below video for step-by-step example:
note
Currently pull only from main
branch to any specific branch is supported.
Release a branch
Once the changes are merged, we can release
a branch straight from the UI itself.
note
Databricks scheduler changes would only come into effect once the Project is released.