mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
feat(SIP-95): new endpoint for table metadata (#28122)
This commit is contained in:
@@ -530,7 +530,7 @@ def test_get_catalog_names(app_context: AppContext) -> None:
|
||||
if database.backend != "postgresql":
|
||||
return
|
||||
|
||||
with database.get_inspector_with_context() as inspector:
|
||||
with database.get_inspector() as inspector:
|
||||
assert PostgresEngineSpec.get_catalog_names(database, inspector) == [
|
||||
"postgres",
|
||||
"superset",
|
||||
|
||||
Reference in New Issue
Block a user