Once you create a branch to collaborate within a workflow, you can make edits and propose a change to the Main branch.
To propose a change, click Save to save your edits, then select Propose in the top toolbar.
In the Proposal view, name your proposal and include any relevant details to explain your proposal to approvers. In the example below, we are proposing a change to add a Rename column transform to clean raw data from the Facility dataset.
Select Create proposal to initiate a request to the Main branch approvers.
Resolve changes
To minimize merge conflicts, you can merge the target branch into your current branch before completing the final merge. To do this, select Resolve changes next to your branch.
This will open a window where you can select the desired branch to merge into your pipeline. Once you have chosen a branch, select Apply changes.
Reset branch
You can also reset your branch to match another branch. To do this, select Reset branch from the dropdown menu to the left of your branch name. Then, choose the branch you want to reset to and confirm by selecting Reset branch.
Note that if both branches have the same version, the button will be disabled.
Branch resets cannot be undone. After resetting, all changes on you original branch will be lost, including saved and unsaved changes.
After resetting, your current branch will have the same logic and version history as the selected branch.