ashb commented on a change in pull request #7324: [AIRFLOW-6704] Copy common TaskInstance attributes from Task URL: https://github.com/apache/airflow/pull/7324#discussion_r376704395
########## File path: airflow/models/taskinstance.py ########## @@ -61,6 +61,21 @@ from airflow.utils.timeout import timeout +def refresh_from_task(ti, task, pool_override=None): Review comment: This should be a method on TaskInstsnce, not a standalone function ---------------------------------------------------------------- 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
