Fokko commented on a change in pull request #4871: [AIRFLOW-3844][WIP] Remove DagBag from /landing_times. URL: https://github.com/apache/airflow/pull/4871#discussion_r264039893
########## File path: airflow/models/__init__.py ########## @@ -112,6 +112,7 @@ XCOM_RETURN_KEY = 'return_value' +utcnow = timezone.utcnow Review comment: Why not `from airflow.utils.timezone import utcnow`? ---------------------------------------------------------------- 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
