snowflakedb / dplyr-snowflakedb

SnowflakeDB backend for dplyr
Apache License 2.0
65 stars 25 forks source link

Filter is not working #2

Open eyalsharon1 opened 7 years ago

eyalsharon1 commented 7 years ago

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 !

B2Silva commented 7 years ago

I am getting the same issue.

eyalsharon1 commented 7 years ago

downgrade to dplyr 0.4.3 + downgrade dplyr-snowflakedb 0.1.0 works from me

ZacharyRSmith commented 5 years ago

for what it's worth, my fork is working with newer versions of dplyr, dbplyr, etc: https://github.com/ZacharyRSmith/RSnowflake