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
Using str_extract() with BigQuery throws this error: "Function not found: REGEXP_MATCH [invalidQuery]" BigQuery does not have a REGEXP_MATCH function, it does have REGEXP_CONTAINS
Using
str_extract()
with BigQuery throws this error: "Function not found: REGEXP_MATCH [invalidQuery]" BigQuery does not have aREGEXP_MATCH
function, it does haveREGEXP_CONTAINS
Here's a reprex:
It looks like the change to make is in the dplyr.R file's stringr equivalents. This has worked for me:
Cheers!
The text was updated successfully, but these errors were encountered: