UnightSun opened a new issue, #33818:
URL: https://github.com/apache/airflow/issues/33818

   ### Description
   
   Let it say:
   We have two celery workers: A and B, they cannot access to each other
   worker A can access file A, but can not access file B, 
   and worker B can access file B, not file A.
   
   With sensors, we can set workers A and B to different queue, and specify 
task's `queue` parameter.
   But when we trying to use deferrable operator and triggers, we cannot 
specify which triggerer it runs on.
   
   ### Use case/motivation
   
   `airflow triggerer` can take a parameter like celery worker's queue, and 
`Operator.defer` or `Operator.__init__` can specify that parameter, make tigger 
runs on that triggerer (or one of triggerers).
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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