sunank200 commented on code in PR #42404:
URL: https://github.com/apache/airflow/pull/42404#discussion_r1835987661
##########
airflow/models/dag.py:
##########
@@ -1600,23 +1564,23 @@ def add_logger_if_needed(ti: TaskInstance):
exit_stack.callback(lambda: secrets_backend_list.pop(0))
with exit_stack:
- execution_date = execution_date or timezone.utcnow()
+ logical_date = logical_date or timezone.utcnow()
self.validate()
- self.log.debug("Clearing existing task instances for execution
date %s", execution_date)
+ self.log.debug("Clearing existing task instances for execution
date %s", logical_date)
Review Comment:
This can be changed in next PRs.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]