potiuk commented on issue #26046: URL: https://github.com/apache/airflow/issues/26046#issuecomment-1230946448
FYI: I reproduced it with `snowflake-provider` == 3.0.0, upgrading to 3.1.0 fixed the problem. After applying the #26051 the error message will be similar to: ``` airflow.exceptions.AirflowException: You are trying to use common-sql provider functionality with SnowflakeHook, but the Hook class comes from provider that does not support common-sql-provider. Please make sure that you upgrade the provider it comes from to a version that supports common-sql provider (look at the changelog of the provider).Got SnowflakeHook Hook with class hierarchy: [<class 'airflow.providers.snowflake.hooks.snowflake.SnowflakeHook'>, <class 'airflow.hooks.dbapi.DbApiHook'>, <class 'airflow.hooks.base.BaseHook'>, <class 'airflow.utils.log.logging_mixin.Loggin gMixin'>, <class 'object'>] ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
