This is an automated email from the ASF dual-hosted git repository. michaelsmolina pushed a commit to branch 3.0 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 078b78f30b587ee0ec58af8eb89c34c4b0650040 Author: FGrobelny <[email protected]> AuthorDate: Wed Nov 8 21:00:18 2023 +0100 fix(trino): allow impersonate_user flag to be imported (#25872) Co-authored-by: John Bodley <[email protected]> (cherry picked from commit 458be8c848c9e3d2a798c9371cb2cd65c206e85c) --- superset/models/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/models/core.py b/superset/models/core.py index 0581756b81..51d5f8a162 100755 --- a/superset/models/core.py +++ b/superset/models/core.py @@ -185,6 +185,7 @@ class Database( "is_managed_externally", "external_url", "encrypted_extra", + "impersonate_user", ] export_children = ["tables"]
