sunank200 commented on code in PR #42404:
URL: https://github.com/apache/airflow/pull/42404#discussion_r1835991045
##########
airflow/www/views.py:
##########
@@ -1654,10 +1666,10 @@ def get_logs_with_metadata(self, session: Session =
NEW_SESSION):
# Convert string datetime into actual datetime
try:
- execution_date = timezone.parse(execution_date_str, strict=True)
+ logical_date = timezone.parse(logical_date_str, strict=True)
except ValueError:
error_message = (
- f"Given execution date {execution_date_str!r} could not be
identified as a date. "
+ f"Given execution date {logical_date_str!r} could not be
identified as a date. "
Review Comment:
Changed it
--
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]