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 2020/01/04 04:28:44 UTC

[GitHub] [airflow] tooptoop4 commented on a change in pull request #6993: [AIRFLOW-4502] new cli command - task_states_for_dag_run

tooptoop4 commented on a change in pull request #6993: [AIRFLOW-4502] new cli command - task_states_for_dag_run
URL: https://github.com/apache/airflow/pull/6993#discussion_r363015445
 
 

 ##########
 File path: airflow/cli/commands/task_command.py
 ##########
 @@ -213,6 +213,29 @@ def task_list(args, dag=None):
         print("\n".join(sorted(tasks)))
 
 
+@cli_utils.action_logging
+def task_states_for_dag_run(args):
+    """Get the status of all task instances in a dag run"""
+    if not args.dag_id or not args.execution_date:
 
 Review comment:
   fixed

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