LakeFSCreateBranchOperator

LakeFS

Create a lakeFS branch by calling the lakeFS server.

View on GitHub

Last Updated: Jun. 6, 2021

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.

Was this page helpful?