You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/03/19 21:57:00 UTC

[jira] [Commented] (AIRFLOW-2212) Fix ungenerated sensor API reference

    [ https://issues.apache.org/jira/browse/AIRFLOW-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16405515#comment-16405515 ] 

ASF subversion and git services commented on AIRFLOW-2212:
----------------------------------------------------------

Commit f642242047f3db80d9427a085fc5a8eeff3a7e0f in incubator-airflow's branch refs/heads/master from [~sekikn]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=f642242 ]

[AIRFLOW-2212] Fix ungenerated sensor API reference

Some community-contributed sensors are missing
from API reference.
This PR fixes docs/code.rst to refer to collect
sensor classes.

Closes #3125 from sekikn/AIRFLOW-2212


> 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
>            Assignee: Kengo Seki
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> 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)