potiuk commented on pull request #12558:
URL: https://github.com/apache/airflow/pull/12558#issuecomment-739503572


   > Looks like CI is sad
   
   Yeah. I consulted it with @mik-laj  and the problem is - surprisingly - 
strange relation between Kerberos SSL and Snowflake provider automatically 
monkey-patching the request library wrapping SSL connection with their own 
wrapper :facepalm:
   
   https://github.com/snowflakedb/snowflake-connector-python/issues/324
   
   The change just triggered this problem by ProvidersManager() importing Hook 
classes from Snowflake :(. 
   
   I will try to fix it permanently - it should be done in the way that when 
snowflake library monkey-patches the library, we should fail in Kerberos with 
far more user-friendly message, And it should also be possible ti also 
de-monkey patch it just for the kerberos test, so that we can test it working 
as well. Looking at fixing it.
   


----------------------------------------------------------------
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]


Reply via email to