AWS SQS message broker support status in Airflow 3.x with CeleryExecutor #56468
-
|
Hello Airflow community, We are currently using AWS MWAA (Celery Executor) and considering migrating to Airflow 3.0.2 on Kubernetes (AWS EKS).
In our environment, we usually run 300–500 tasks via KubernetesPodOperator. In addition, our broader goal is to reduce operational complexity by leveraging managed services for stateful components (such as the metadata database and the message broker) whenever possible. Our main question is: In this 2022 discussion Thank you very much in advance for your clarification and support! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yes it does not. But if you would like to test and contribute it - you are most welcome. Generally speaking airflow has > 3500 contributors and usually those who need certain feature are most likely (and best) potential contributors of certain features - especialy in this case where it means that this all should be tested and executed in our CI - we have recently added localstack support for integrations, so - potentially sqs could be tested with it - generally adding such support would require adding integration tests that pass in our CI. So - if you want to contribute or can find someone who could - it's all possible. |
Beta Was this translation helpful? Give feedback.
Yes it does not. But if you would like to test and contribute it - you are most welcome. Generally speaking airflow has > 3500 contributors and usually those who need certain feature are most likely (and best) potential contributors of certain features - especialy in this case where it means that this all should be tested and executed in our CI - we have recently added localstack support for integrations, so - potentially sqs could be tested with it - generally adding such support would require adding integration tests that pass in our CI.
So - if you want to contribute or can find someone who could - it's all possible.