ahappypie opened a new issue #19293: URL: https://github.com/apache/airflow/issues/19293
### Apache Airflow version main (development) ### Operating System macOS ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened I am building a custom docker image for production using Breeze, and want to disable MSSQL client installation in a similar manner to disabling MySQL client installation (`--disable-mysql-client-installation`). The flag `--disable-mssql-client-installation` exists, but the error `breeze: unrecognized option '--disable-mssql-client-installation'` is thrown when it is applied. ### What you expected to happen `--disable-mssql-client-installation` should not throw an error when applied. ### How to reproduce - Clone this repository ``` ./breeze build-image \ --production-image \ --disable-mssql-client-installation \ --dry-run-docker ``` ### Anything else I have been able to fix this by editing `breeze` and `breeze-complete`, bringing `--disable-mssql-client-installation` to parity with `--disable-mysql-client-installation`. ### Are you willing to submit PR? - [X] 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]
