Skip to content

Commit

Permalink
Update bigquery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DLT1412 authored Nov 27, 2024
1 parent 66a8a0a commit b2bc549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/sql_validators/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def validate(
schema: str | None,
database: Database,
) -> list[SQLValidationAnnotation]:
# _database = db.session.query(Database).get(19)
engine: Engine
with database.get_sqla_engine() as engine:
client = BigQueryEngineSpec._get_client(engine)
Expand Down

0 comments on commit b2bc549

Please sign in to comment.