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, look in `get_template_context` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org