You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2016/07/09 00:58:11 UTC

[jira] [Created] (AIRFLOW-321) Fix a wrong code example about tests/dags

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)