airflow.providers.apache.hdfs.sensors.hdfs

Module Contents

Classes

HdfsSensor

This Sensor has been removed and is not functional.

HdfsRegexSensor

This Sensor has been removed and is not functional.

HdfsFolderSensor

This Sensor has been removed and is not functional.

class airflow.providers.apache.hdfs.sensors.hdfs.HdfsSensor(*args, **kwargs)[source]

Bases: airflow.sensors.base.BaseSensorOperator

This Sensor has been removed and is not functional.

Please convert your DAGs to use the WebHdfsSensor or downgrade the provider to below 4.* if you want to continue using it. If you want to use earlier provider you can downgrade to latest released 3.* version using pip install apache-airflow-providers-apache-hdfs==3.2.1 (no constraints).

class airflow.providers.apache.hdfs.sensors.hdfs.HdfsRegexSensor(*args, **kwargs)[source]

Bases: HdfsSensor

This Sensor has been removed and is not functional.

Please convert your DAGs to use the WebHdfsSensor or downgrade the provider to below 4.* if you want to continue using it. If you want to use earlier provider you can downgrade to latest released 3.* version using pip install apache-airflow-providers-apache-hdfs==3.2.1 (no constraints).

class airflow.providers.apache.hdfs.sensors.hdfs.HdfsFolderSensor(*args, **kwargs)[source]

Bases: HdfsSensor

This Sensor has been removed and is not functional.

Please convert your DAGs to use the WebHdfsSensor or downgrade the provider to below 4.* if you want to continue using it. If you want to use earlier provider you can downgrade to latest released 3.* version using pip install apache-airflow-providers-apache-hdfs==3.2.1 (no constraints).

Was this entry helpful?