mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: update table_name and schema on dataset editor (#11218)
* fix dataset editor for updating table_name and schema * update test * remove table_name from restrict list * fix pylint * fix cypress test * fix test
This commit is contained in:
1
tests/fixtures/datasource.py
vendored
1
tests/fixtures/datasource.py
vendored
@@ -23,6 +23,7 @@ datasource_post = {
|
||||
"default_endpoint": "",
|
||||
"filter_select_enabled": True,
|
||||
"name": "birth_names",
|
||||
"table_name": "birth_names",
|
||||
"datasource_name": "birth_names",
|
||||
"type": "table",
|
||||
"schema": "",
|
||||
|
||||
Reference in New Issue
Block a user