Mark Keller
Mark Keller
I'm sorry, but this is not planned for anytime soon. Our codebase is built upon using `urllib3` and other dependencies that use it under the hood (`boto3` comes to my...
`DATE_OUTPUT_FORMAT` was never supposed to affect drivers. It was purely for the back-end at least as far as I know. Since that is the case I'd consider this to be...
I think what you're looking for is here https://github.com/snowflakedb/snowflake-connector-python/tree/main/test#running-tests We should have clear instructions on how to create your own `parameters.py` file and how to run the tests too there
Hi @luciengaitskell it looks like you missed this part of the issue template: > Make sure that there is an accompanying issue to your PR. Please create an issue and...
Hey, I'm sorry but we don't officially support Alembic. I know I have fixed a few bugs with it previously, but I really don't see myself having bandwidth for this...
After looking at https://docs.sqlalchemy.org/en/14/faq/sqlexpressions.html#why-are-percent-signs-being-doubled-up-when-stringifying-sql-statements I think the proper way to resolve this bug would be to do the following in your example @amenck: ``` ... with engine.connect() as conn: result...
I have just merged the fix and our next release is planned for about 2 weeks from now. We usually don't do hot-fix releases for bug fixes like this just...
Since this is a behavior change, follow the related issue on the [connector's side](https://github.com/snowflakedb/snowflake-connector-python/issues/961#issuecomment-984160680) we'll need to introduce a connection parameter until we announce the behavior change. In the mean...
@beherap I will reach out to the internal team that deals with information_schema to see what they say. I was under the impression that these two work the same way....