-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.area:providerskind:documentationprovider:snowflakeIssues related to Snowflake providerIssues related to Snowflake provider
Description
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:

This seems to be a regression introduced in this 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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.area:providerskind:documentationprovider:snowflakeIssues related to Snowflake providerIssues related to Snowflake provider