Skip to content

Commit

Permalink
fix(snowflake): disable filter and map
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and jcrist committed Aug 5, 2023
1 parent 6d3d518 commit 53bc22e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ibis/backends/snowflake/registry.py
Expand Up @@ -472,6 +472,9 @@ def _map_get(t, op):
ops.CumulativeAny,
ops.CumulativeOp,
ops.NTile,
# ibis.expr.operarions.array
ops.ArrayMap,
ops.ArrayFilter,
# ibis.expr.operations.reductions
ops.MultiQuantile,
# ibis.expr.operations.strings
Expand Down

0 comments on commit 53bc22e

Please sign in to comment.