Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: URL-encode password value (#282)
Closes #281 Sqlalchemy needs the url to be encoded as described in https://github.com/snowflakedb/snowflake-sqlalchemy?tab=readme-ov-file#escaping-special-characters-such-as---signs-in-passwords. This alters the default behavior to encode passwords.
- Loading branch information