Kengo Seki created AIRFLOW-2212:
-----------------------------------
Summary: Fix ungenerated sensor API reference
Key: AIRFLOW-2212
URL: https://issues.apache.org/jira/browse/AIRFLOW-2212
Project: Apache Airflow
Issue Type: Bug
Reporter: Kengo Seki
Ran docs/build.sh and encountered:
{code}
WARNING: autodoc: failed to import class u'FtpSensor' from module
u'airflow.contrib.sensors.ftp_sensor'; the following exception was raised:
WARNING: autodoc: failed to import class u'GcsSensor' from module
u'airflow.contrib.sensors.gcs_sensor'; the following exception was raised:
WARNING: autodoc: failed to import class u'HdfsSensor' from module
u'airflow.contrib.sensors.hdfs_sensor'; the following exception was raised:
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)