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 77d920c commit d6225afCopy full SHA for d6225af
tests/unit/core/compile/sqlglot/expressions/test_ai_ops.py
@@ -55,7 +55,7 @@ def test_ai_generate_with_output_schema(scalar_types_df: dataframe.DataFrame, sn
55
endpoint="gemini-2.5-flash",
56
request_type="shared",
57
model_params=None,
58
- output_schema='x INT64, y FLOAT64',
+ output_schema="x INT64, y FLOAT64",
59
)
60
61
sql = utils._apply_unary_ops(
0 commit comments