MERGE BRANCH Preview
Merge a (source) branch into the current branch that you are in by default, or into a target branch that you specify.
SyntaxMERGE BRANCH <source_branch_name>
[ INTO <target_branch_name> ]
[ IN <catalog_name> ]
Parameters
{{< sql-section file="data/sql/branches.json" data="mergingABranch" >}}
Examples
Merge a branch you specify into the current reference branchMERGE BRANCH myBranch
MERGE BRANCH myBranch
INTO main
IN myCatalog