Kengo Seki created AIRFLOW-321:
----------------------------------
Summary: Fix a wrong code example about tests/dags
Key: AIRFLOW-321
URL: https://issues.apache.org/jira/browse/AIRFLOW-321
Project: Apache Airflow
Issue Type: Bug
Components: docs
Affects Versions: Airflow 1.7.1
Reporter: Kengo Seki
Assignee: Kengo Seki
Priority: Trivial
tests/dags/README.md has the following code example:
{code}
dagbag = DagBag()
dag = dagbag.get(dag_id)
{code}
but DagBag doesn't have a method called get.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)