Skip to content

Commit 116d71c

Browse files
committed
fix: lint
1 parent 696a54f commit 116d71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/core/sql/ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def get_insights(
272272
"""Encode the ML.GET_INSIGHTS statement.
273273
See https://cloud.google.com/bigquery/docs/reference/standard-sql/bigqueryml-syntax-get-insights for reference.
274274
"""
275-
sql = f"SELECT * FROM ML.GET_INSIGHTS(MODEL {sqlglot_ir.identifier(model_name)})\n"
275+
sql = f"SELECT * FROM ML.GET_INSIGHTS(MODEL {sg_sql.to_sql(sg_sql.identifier(model_name))})\n"
276276
return sql
277277

278278

0 commit comments

Comments
 (0)