mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
fix(database): make to allow the expose db as default in sqlalchemy form db (#19337)
This commit is contained in:
@@ -348,6 +348,7 @@ function dbReducer(
|
||||
} as DatabaseObject['extra_json'];
|
||||
|
||||
deserializeExtraJSON = {
|
||||
...deserializeExtraJSON,
|
||||
...JSON.parse(action.payload.extra || ''),
|
||||
metadata_params: JSON.stringify(extra_json?.metadata_params),
|
||||
engine_params: JSON.stringify(extra_json?.engine_params),
|
||||
|
||||
Reference in New Issue
Block a user