weiminmei opened a new issue #18102:
URL: https://github.com/apache/airflow/issues/18102
### Apache Airflow Provider(s)
snowflake
### Versions of Apache Airflow Providers
2.1.1
### Apache Airflow version
2.1.3 (latest released)
### Operating System
centos7
### Deployment
Virtualenv installation
### Deployment details
Created a virtualenv, did a pip install.
### What happened
I am adding the dictionary below to the extras in snowflake connections.
After I click save and try to access this connection, I get a response that the
password field is empty. This leads me to believe that the dictionary key is
not being picked up.
`{ "private_key_file": "/etc/key/key.pk8" }`
### What you expected to happen
With the private_key_file provided, the session should connect without any
errors.
### How to reproduce
Install apache-airflow-providers-snowflake 2.1.1
Go to connections
Add Snowflake
In extras field, enter the dictionary, click save.
### Anything else
Looks like it might be the same issue as
https://github.com/apache/airflow/pull/16735.
### 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]