mbarugelCA opened a new issue, #47003: URL: https://github.com/apache/airflow/issues/47003
### Apache Airflow Provider(s) snowflake ### Versions of Apache Airflow Providers apache-airflow-providers-snowflake==6.0.0 ### Apache Airflow version 2.10.5 ### Operating System Debian GNU/Linux 12 (bookworm) ### Deployment Docker-Compose ### Deployment details _No response_ ### What happened The "Private key (text)" field for Snowflake connections should be a multi-line text input box, but is a password field instead: <img width="759" alt="Image" src="https://github.com/user-attachments/assets/051fdd90-b0ab-4980-a7d1-14f723356a4c" /> This seems to be a regression introduced in [this](https://github.com/apache/airflow/commit/8a5eb22df1ac94a3792f8eaf0760b4c0f8f316f2) commit. Pasting a private key in PEM format fails because the line breaks do not paste well in the box as is. This used to work well in version `5.7.0` of the provider. ### What you think should happen instead _No response_ ### How to reproduce Install Apache Airflow with `apache-airflow[snowflake]==2.10.5`, start the webserver and go to Connections. Open the `snowflake_default` connection to see the incorrect input type for private key content. ### Anything else This prevents setting up a Snowflake connection with private key authentication. ### Are you willing to submit 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]
