scrambldchannel opened a new issue #9857: URL: https://github.com/apache/airflow/issues/9857
**Apache Airflow version**: 2.0.0.dev0 (ie master branch) **Kubernetes version: n/a **Environment**: - **Cloud provider or hardware configuration**: Local machine - **OS** Ubuntu 20 - **Kernel** (e.g. `uname -a`): `5.4.0-40-generic #44-Ubuntu SMP x86_64 GNU/Linux` - **Install tools**: git - **Others**: **What happened**: I have setup breeze automplete and I'm trying to run breeze with all integrations turned on with `./breeze --integration all` and get the response: ``` ERROR: Allowed integration: [ cassandra kerberos mongo openldap presto rabbitmq redis ]. Is: 'all'. Switch to supported value with --integration flag. ``` **What you expected to happen**: I thought that it would enable all integrations I think "all" needs to be added to the list of values in `_BREEZE_ALLOWED_INTEGRATIONS` in file breeze-complete **How to reproduce it**: Run `./breeze --integration all` **Anything else we need to know**: I will create a simple PR that I think will fix it, assuming my understanding of the expected behaviour is correct **How often does this problem occur? Once? Every time etc?** Every time ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
