You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see from R/backend-snowflake.R the str_detect() function is hacking around the fact that REGEXP anchors the start and end by default. A simpler solution is to use CONTAINS() instead.
Snowflake doesn't have a
INSTR
function. As such, I think the followingstringr
functions are affected:fixed()
is usedThe text was updated successfully, but these errors were encountered: