-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
bugSomething isn't workingSomething isn't workingstatus-pr_pending_mergeA PR is made and is under reviewA PR is made and is under reviewstatus-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstatus-pr_pending_mergeA PR is made and is under reviewA PR is made and is under reviewstatus-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team