[
https://issues.apache.org/jira/browse/AIRFLOW-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16475369#comment-16475369
]
ASF subversion and git services commented on AIRFLOW-2465:
----------------------------------------------------------
Commit b76d560ce1ed260596abf1b4acd2eb6449c13983 in incubator-airflow's branch
refs/heads/master from [~sekikn]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=b76d560 ]
[AIRFLOW-2465] Fix wrong module names in the doc
Closes #3359 from sekikn/AIRFLOW-2465
> Fix wrong module names in the doc
> ---------------------------------
>
> Key: AIRFLOW-2465
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2465
> Project: Apache Airflow
> Issue Type: Bug
> Components: docs, Documentation
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Minor
> Fix For: 1.10.0, 2.0.0
>
>
> Ran docs/build.sh and got the following warnings:
> {code:java}
> WARNING: autodoc: failed to import class u'SegmentTrackEventOperator' from
> module u'airflow.operators.segment_track_event_operator'; the following
> exception was raised:
> No module named segment_track_event_operator
> WARNING: autodoc: failed to import class u'Secret' from module
> u'airflow.contrib.operators.secret'; the following exception was raised:
> No module named secret
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)