jason810496 commented on code in PR #68390:
URL: https://github.com/apache/airflow/pull/68390#discussion_r3397388476


##########
airflow-core/src/airflow/api_fastapi/execution_api/datamodels/taskinstance.py:
##########
@@ -286,6 +286,10 @@ class TaskInstance(BaseModel):
     map_index: int = -1
     hostname: str | None = None
     context_carrier: dict | None = None
+    # The supervisor routes tasks to a coordinator by queue. The default keeps
+    # hand-built instances (tests, dry runs) valid; the executor workload
+    # always sends the real value.
+    queue: str = "default"

Review Comment:
   Yeah, I didn't think of fixing in this direction back then. I like this one 
and It's more clean.  



-- 
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]

Reply via email to