mirror of
https://github.com/apache/superset.git
synced 2026-04-12 04:37:49 +00:00
feat: add support for catalogs (#28416)
This commit is contained in:
@@ -3281,7 +3281,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"sqlalchemy_uri_placeholder": "bigquery://{project_id}",
|
||||
"engine_information": {
|
||||
"supports_file_upload": True,
|
||||
"supports_dynamic_catalog": False,
|
||||
"supports_dynamic_catalog": True,
|
||||
"disable_ssh_tunneling": True,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user