zhongjiajie commented on a change in pull request #5618: [AIRFLOW-5000] Remove 
duplicate end_date and reorder template
URL: https://github.com/apache/airflow/pull/5618#discussion_r305589724
 
 

 ##########
 File path: airflow/models/taskinstance.py
 ##########
 @@ -1199,23 +1199,22 @@ def __repr__(self):
 
         return {
             'dag': task.dag,
+            'dag_run': dag_run,
+            'run_id': run_id,
 
 Review comment:
   And what do you think this change. At first I think template messy and all 
date variable should keep together, but I find out your PR like to keep them in 
alphabetical
   Should I change them in alphabetical or keep them? @BasPH 

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

Reply via email to