mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +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:
@@ -3427,6 +3427,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_dynamic_catalog": True,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
"supports_schemas": True,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3455,6 +3456,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_dynamic_catalog": True,
|
||||
"disable_ssh_tunneling": True,
|
||||
"supports_oauth2": False,
|
||||
"supports_schemas": True,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3513,6 +3515,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
"supports_schemas": True,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3558,6 +3561,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": True,
|
||||
"supports_oauth2": True,
|
||||
"supports_schemas": True,
|
||||
},
|
||||
"supports_oauth2": True,
|
||||
},
|
||||
@@ -3616,6 +3620,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
"supports_schemas": True,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3630,6 +3635,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
"supports_schemas": True,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3664,6 +3670,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
"supports_schemas": True,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3678,6 +3685,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
"supports_schemas": True,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user