LakeFSGetCommitOperator

LakeFS

Get commit details for a lakeFS ref.

View on GitHub

Last Updated: May. 30, 2022

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.
refThe reference to fetch, can be branch, tag, digest, expression, etc.

Documentation

Get commit details for a lakeFS ref.

Was this page helpful?