potiuk commented on issue #26046:
URL: https://github.com/apache/airflow/issues/26046#issuecomment-1230902359

   I believe this error **could** occur if you had snowflake provider `3.1.0` 
or below AND common-sql provider installed. I think we cannot really do much 
about this if this is the case. the provider prior 3.2.0 did not  depend on 
common-sql and we are not able to "force" upgrading snowflake provider.
   
   My hypotheis is that you are really trying to use "common-sql" 
"SQLColumnCheck" operator with "pre-common-sql" provider. And this is not going 
to work. 
   
   Quick fix to that is to install 3.2.0 version of the snowflake provider. If 
that works (IMHO it should) then the most we can do is to warn the users what 
to do in such case.
   
   Please try it out and see if that's the case. If it is, then we can likely 
think of better handling it in common-sql provider (I have an idea, PR is 
coming).


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

Reply via email to