We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5db6d8 commit cbb4d6bCopy full SHA for cbb4d6b
bigframes/core/compile/sqlglot/expressions/ai_ops.py
@@ -104,7 +104,7 @@ def _construct_named_args(op: ops.NaryOp) -> list[sge.Kwarg]:
104
105
op_args = asdict(op)
106
107
- connection_id = op_args.get("connection_id")
+ connection_id = op_args.get("connection_id", None)
108
if connection_id is not None:
109
args.append(
110
sge.Kwarg(
0 commit comments