LakeFSGetObjectOperator

LakeFS

Get text of an object from lakeFS. Reads into memory and only works for a small object!

View on GitHub

Last Updated: Jun. 20, 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 from which to get.
refstrThe reference from which to get.
pathstrThe path from which to get.

Documentation

Get text of an object from lakeFS. Reads into memory and only works for a small object!

Was this page helpful?