Skip to content

Commit cbb4d6b

Browse files
committed
polish code
1 parent a5db6d8 commit cbb4d6b

File tree

1 file changed

+1
-1
lines changed
  • bigframes/core/compile/sqlglot/expressions

1 file changed

+1
-1
lines changed

bigframes/core/compile/sqlglot/expressions/ai_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def _construct_named_args(op: ops.NaryOp) -> list[sge.Kwarg]:
104104

105105
op_args = asdict(op)
106106

107-
connection_id = op_args.get("connection_id")
107+
connection_id = op_args.get("connection_id", None)
108108
if connection_id is not None:
109109
args.append(
110110
sge.Kwarg(

0 commit comments

Comments
 (0)