jscheffl commented on code in PR #45008:
URL: https://github.com/apache/airflow/pull/45008#discussion_r1891399719
##########
airflow/executors/workloads.py:
##########
@@ -50,6 +50,10 @@ class TaskInstance(BaseModel):
try_number: int
map_index: int | None = None
+ pool_slots: int
+ queue: str
+ priority_weight: int
Review Comment:
At least that are attributes on TaskInstance in the ORM model. Just adding
these three lines filled it over. No objection moving it somewhere else but as
here it is consistent with the backend.
--
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]