Skip to content

Commit

Permalink
fix(bigquery): remove invalid operations from registry
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-kwitt authored and cpcloud committed Jan 25, 2023
1 parent 7802a8e commit 911a080
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ibis/backends/bigquery/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,14 @@ def _nth_value(t, op):
ops.FindInSet,
ops.DateDiff,
ops.TimestampDiff,
ops.ExtractAuthority,
ops.ExtractFile,
ops.ExtractFragment,
ops.ExtractHost,
ops.ExtractPath,
ops.ExtractProtocol,
ops.ExtractQuery,
ops.ExtractUserInfo,
}

OPERATION_REGISTRY = {
Expand Down

0 comments on commit 911a080

Please sign in to comment.