hy144328 commented on code in PR #40277:
URL: https://github.com/apache/superset/pull/40277#discussion_r3434273602
##########
superset/db_engine_specs/databricks.py:
##########
@@ -746,7 +746,7 @@ def get_catalog_names(
database: Database,
inspector: Inspector,
) -> set[str]:
- return {catalog for (catalog,) in inspector.bind.execute("SHOW
CATALOGS")}
+ return {catalog for (catalog,) in inspector.bind.execute(text("SHOW
CATALOGS"))}
Review Comment:
Beyond the scope of this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]