amoghrajesh commented on code in PR #50376:
URL: https://github.com/apache/airflow/pull/50376#discussion_r2081096254
##########
airflow-core/src/airflow/executors/workloads.py:
##########
@@ -71,6 +71,8 @@ class TaskInstance(BaseModel):
context_carrier: dict | None = None
queued_dttm: datetime | None = None
+ log_url: str | None = None
Review Comment:
Basically we have all the information in task_runner.py to construct the
uri, lets do it there
--
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]