Open
Description
Please answer these questions before submitting your issue. Thanks!
- What version of Python are you using?
3.10
- What operating system and processor architecture are you using?
Linux-5.10.60.1-microsoft-standard-WSL2-x86_64-with-glibc2.35
- What are the component versions in the environment (
pip freeze
)?
//
- What did you do?
from snowflake.sqlalchemy import URL
from urllib.parse import urlparse
urlparse(URL(password='mypass]')) # throws exception
- What did you expect to see?
]
should be encoded the same way as :@/
characters defined here: https://github.com/snowflakedb/snowflake-sqlalchemy/blob/main/src/snowflake/sqlalchemy/util.py#L24