LakeFSCreateBranchOperator
LakeFSCreate a lakeFS branch by calling the lakeFS server.
Access Instructions
Install the LakeFS provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
lakefs_conn_idstrconnection to run the operator with
repostrThe lakeFS repo where the branch is created.
branchstrThe branch name to create
source_branchstrThe source branch to branch out from
Documentation
Create a lakeFS branch by calling the lakeFS server.