Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit cbb4d6b

Browse files
committed
polish code
1 parent a5db6d8 commit cbb4d6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bigframes/core/compile/sqlglot/expressions

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)