Open eyalsharon1 opened 7 years ago
I am getting the same issue.
downgrade to dplyr 0.4.3 + downgrade dplyr-snowflakedb 0.1.0 works from me
for what it's worth, my fork is working with newer versions of dplyr, dbplyr, etc: https://github.com/ZacharyRSmith/RSnowflake
Hello,
After I am creating a tbl object, the method filter returns this error
Error in UseMethod("sql_translate_env") : no applicable method for 'sql_translate_env' applied to an object of class "c('SnowflakeDBConnection', 'JDBCConnection', 'envRefClass', 'DBIConnection', '.environment', 'refClass', 'DBIObject', 'environment', 'refObject')"
All other dplyr methods are working properly
I am using Dplyr 0.50 , Java 8, and snowflake-jdbc-3.0.2.jar I tried to downgrade my dplyr to 0.43 but it was not resolved
Thanks !