Skip to content

Commit 911a080

Browse files
krzysztof-kwittcpcloud
authored andcommitted
fix(bigquery): remove invalid operations from registry
1 parent 7802a8e commit 911a080

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ibis/backends/bigquery/registry.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,14 @@ def _nth_value(t, op):
712712
ops.FindInSet,
713713
ops.DateDiff,
714714
ops.TimestampDiff,
715+
ops.ExtractAuthority,
716+
ops.ExtractFile,
717+
ops.ExtractFragment,
718+
ops.ExtractHost,
719+
ops.ExtractPath,
720+
ops.ExtractProtocol,
721+
ops.ExtractQuery,
722+
ops.ExtractUserInfo,
715723
}
716724

717725
OPERATION_REGISTRY = {

0 commit comments

Comments
 (0)