potiuk opened a new issue #12881: URL: https://github.com/apache/airflow/issues/12881
Curreently wnen you run snowflke provider, it monkeypatches urlllb in a way that is not compatible with other libraries (for example presto SSL with kerberos). This is not critical (as in 2.0 we have provider separation and snowflake code will not even be there until you choose [snowflake] extra or install provider manually, however it would be great to work with snowflake team to upgrade the python connector to not require monkeypatching such a common library. Additional links: * Issue: https://github.com/snowflakedb/snowflake-connector-python/issues/324 Offending code: * https://github.com/snowflakedb/snowflake-connector-python/blob/133d6215f7920d304c5f2d466bae38127c1b836d/src/snowflake/connector/network.py#L89-L92 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
