kaxil commented on a change in pull request #13056:
URL: https://github.com/apache/airflow/pull/13056#discussion_r542316893
##########
File path: airflow/providers/snowflake/ADDITIONAL_INFO.md
##########
@@ -17,10 +17,16 @@
under the License.
-->
-## Change in import paths
+## Known incompatibilities with other providers
-If you are upgrading from 2020.10.5 note the following changes in import paths
+The Snowflake provider when installed might break other providers. As of 14
December 2020 we know that Presto with
+Kerberos + SSL and Amazon providers are broken.
-| Old path | New path
|
-| --------------------------------------------------------------- |
----------------------------------------------------------- |
-| airflow.providers.amazon.aws.hooks.aws_dynamodb.AwsDynamoDBHook |
airflow.providers.amazon.aws.hooks.dynamodb.AwsDynamoDBHook |
+It's because of Snowflake monkeypatching the urllib3library as described in
Review comment:
```suggestion
It's because of Snowflake monkeypatching the `urllib3` library as described
in
```
----------------------------------------------------------------
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]