Open saulbein opened 1 year ago
hi and thank you for submitting the issue and your contribution in the PR ! if this is the same issue as #438 , it looks to be fixed with https://github.com/snowflakedb/snowflake-sqlalchemy/pull/446
please comment if this is unrelated and still needs to be looked into and i can reopen
This is specifically about other types rather than just booleans - there are also integers and even functions that can be sent to the driver that wouldn't work with snowflake-sqlalchemy
.
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using?
Python 3.8.16 (default, Feb 6 2023, 12:05:53) [GCC 12.2.1 20230111]
What operating system and processor architecture are you using?
Linux-6.1.38-1-MANJARO-x86_64-with-glibc2.34
What are the component versions in the environment (
pip freeze
)?What did you do?
Passed a non-string snowflake-connector parameter through the URL query parameters - see #438 for booleans specifically and #439 for the fix for them, though not other types. Parameters like
converter_class
will still get set incorrectly, causing errors or weird behaviour.What did you expect to see?
Parameters passed through the URL class should allow passing all python-connector variables through as they are.
Can you set logging to DEBUG and collect the logs?
See #438.