LakeFSCommitOperator
LakeFSCommit changes to a lakeFS branch.
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.