Skip to content
Advertisement

ImportError: cannot import name ‘_rfc_1738_quote’ from ‘sqlalchemy.engine.url’

I am using a python snowflake connector from the following package: snowflake-sqlalchemy

JavaScript

It used to be working but it’s now failing with this weird error.

I tried to switch to older version of the package, but can’t get rid of this error.

Here is the fulll stack trace:

JavaScript

Advertisement

Answer

Looks like this is a known issue will get resolved in v1.4.3, per the release notes:

https://github.com/snowflakedb/snowflake-sqlalchemy/blob/main/DESCRIPTION.md

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement