Kengo Seki created AIRFLOW-2465:
-----------------------------------
Summary: 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
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)