You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/09/02 12:29:40 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #5975: [AIRFLOW-5368] Display DAG from the CLI

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_r319937733
 
 

 ##########
 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:
   @kaxil  Are you okay with that?
   Sample command: 
   ```airflow dags show exampel_gcp_dlp --imgcat``

----------------------------------------------------------------
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


With regards,
Apache Git Services