LakeFSCommitOperator

LakeFS

Commit changes to a lakeFS 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 for the commit.
branchstrThe branch name to commit.
msgstrThe commit message.
metadataDict[str, str]Additional metadata to the commit.

Documentation

Commit changes to a lakeFS branch.

Was this page helpful?