Skip to content

Commit

Permalink
fix(database): make to allow the expose db as default in sqlalchemy f…
Browse files Browse the repository at this point in the history
…orm db (#19337)
  • Loading branch information
prosdev0107 committed Mar 25, 2022
1 parent 394c9a1 commit 5ae7e54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 5ae7e54

Please sign in to comment.