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
> mf %>%
+ filter(row_number() == 1)
Error in `collect()`:
! Failed to collect lazy table.
Caused by error:
! nanodbc/nanodbc.cpp:1526: 00000: SQL compilation error:
Window function type [ROW_NUMBER] requires ORDER BY in window specification.
The text was updated successfully, but these errors were encountered:
Currently, simple
row_number()
queries (commonly used to filter/order by groups on remote tables) fail on Snowflake:Created on 2023-07-08 with reprex v2.0.2
On a live database:
The text was updated successfully, but these errors were encountered: