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)

(cherry picked from commit 5ae7e54)
  • Loading branch information
prosdev0107 authored and villebro committed Apr 3, 2022
1 parent 029cf73 commit 0c75d9e
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 0c75d9e

Please sign in to comment.