You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/13 09:34:00 UTC

[jira] [Commented] (AIRFLOW-6076) dag.cli() does not work properly

    [ https://issues.apache.org/jira/browse/AIRFLOW-6076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17264011#comment-17264011 ] 

ASF GitHub Bot commented on AIRFLOW-6076:
-----------------------------------------

penggongkui opened a new pull request #13647:
URL: https://github.com/apache/airflow/pull/13647


   fix this issue: https://issues.apache.org/jira/browse/AIRFLOW-6076
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> dag.cli() does not work properly
> --------------------------------
>
>                 Key: AIRFLOW-6076
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6076
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: cli, DAG
>    Affects Versions: 2.0.0
>            Reporter: Tomasz Urbaszek
>            Priority: Major
>
> Using DAG().cli() results in an error:
>  
> Traceback (most recent call last):
>  File "/Users/usr/xx/airflow/airflow/example_dags/example_bash_operator.py", line 75, in <module>
>  dag.cli()
>  File "/Users/usr/xx/airflow/airflow/models/dag.py", line 1290, in cli
>  parser = cli.CLIFactory.get_parser(dag_parser=True)
>  File "/Users/usr/xx/airflow/airflow/bin/cli.py", line 997, in get_parser
>  sub = cls.subparsers_dict[sub]
> KeyError: 'backfill'



--
This message was sent by Atlassian Jira
(v8.3.4#803005)