Skip to content

Commit

Permalink
feat(snowflake): support ntile
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 13, 2023
1 parent 2978d1a commit 39eed1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ibis/backends/snowflake/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,6 @@ def _map_get(t, op):
)

_invalid_operations = {
# ibis.expr.operations.analytic
ops.NTile,
# ibis.expr.operations.array
ops.ArrayMap,
ops.ArrayFilter,
Expand Down

0 comments on commit 39eed1a

Please sign in to comment.