mik-laj commented on a change in pull request #5975: [AIRFLOW-5368] Display DAG
from the CLI
URL: https://github.com/apache/airflow/pull/5975#discussion_r319939679
##########
File path: airflow/bin/cli.py
##########
@@ -2182,6 +2225,12 @@ class CLIFactory:
'help': "Delete all DB records related to the specified
DAG",
'args': ('dag_id', 'yes'),
},
+ {
+ 'func': show_dag,
+ 'name': 'show',
Review comment:
Thanks for opinion. I updated this PR. Let's wait for Travis.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services