ayush3singh commented on code in PR #50376:
URL: https://github.com/apache/airflow/pull/50376#discussion_r2081262718
##########
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:
I agree @amoghrajesh
Thanks for the advise, I have added made changes to read everything on sdk
instead of passing it from server
--
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]