LakeFSMergeOperator

LakeFS

Merge source branch to destination branch

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.
source_refstrThe source reference to merge from.
destination_branchstrThe destination branch to merge to.
msgstrThe commit message.
metadataAdditional metadata to the commitThe commit message.

Documentation

Merge source branch to destination branch

Was this page helpful?