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 13:38:11 UTC

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AIRFLOW-321 started by Kengo Seki.
------------------------------------------
> 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)