mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(dataset-api): allow undefined schema in post (#24242)
This commit is contained in:
@@ -530,7 +530,7 @@ class TestDatasetApi(SupersetTestCase):
|
||||
self.login(username="admin")
|
||||
table_data = {
|
||||
"database": main_db.id,
|
||||
"schema": "",
|
||||
"schema": None,
|
||||
"table_name": "ab_permission",
|
||||
}
|
||||
uri = "api/v1/dataset/"
|
||||
|
||||
Reference in New Issue
Block a user