mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
feat: support creating datasets for schema-less databases (#39433)
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
This commit is contained in:
@@ -243,6 +243,7 @@ def test_database_connection(
|
||||
"supports_dynamic_catalog": False,
|
||||
"supports_file_upload": True,
|
||||
"supports_oauth2": True,
|
||||
"supports_schemas": True,
|
||||
},
|
||||
"expose_in_sqllab": True,
|
||||
"extra": '{\n "metadata_params": {},\n "engine_params": {},\n "metadata_cache_timeout": {},\n "schemas_allowed_for_file_upload": []\n}\n', # noqa: E501
|
||||
@@ -332,6 +333,7 @@ def test_database_connection(
|
||||
"supports_dynamic_catalog": False,
|
||||
"supports_file_upload": True,
|
||||
"supports_oauth2": True,
|
||||
"supports_schemas": True,
|
||||
},
|
||||
"expose_in_sqllab": True,
|
||||
"force_ctas_schema": None,
|
||||
|
||||
Reference in New Issue
Block a user