jscheffl commented on code in PR #59239:
URL: https://github.com/apache/airflow/pull/59239#discussion_r2645296534


##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/trigger.py:
##########
@@ -33,4 +33,5 @@ class TriggerResponse(BaseModel):
     classpath: str
     kwargs: Annotated[str, BeforeValidator(str)]
     created_date: datetime
+    trigger_queue: str | None

Review Comment:
   Similar here - why not naming it `queue` only such that it is similar like 
we use it in the normal workers?



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