Skip to content

Commit

Permalink
fix(trino): allow impersonate_user flag to be imported (apache#25872)
Browse files Browse the repository at this point in the history
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
  • Loading branch information
FGrobelny and john-bodley authored Nov 8, 2023
1 parent 9e4c7c4 commit cc1b3f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/models/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class Database(
"is_managed_externally",
"external_url",
"encrypted_extra",
"impersonate_user",
]
export_children = ["tables"]

Expand Down

0 comments on commit cc1b3f2

Please sign in to comment.