LakeFSFileSensor

LakeFS

Waits for the given file to appear

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_idstrThe connection to run the sensor against
repostrThe lakeFS repo.
branchstrThe branch to sense for.
pathstrThe path to wait for.

Documentation

Waits for the given file to appear

Was this page helpful?