LakeFSGetObjectOperator
LakeFSGet text of an object from lakeFS. Reads into memory and only works for a small object!
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!