mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(snowflake): Allow encrypted_extra field to be imported (#22357)
Co-authored-by: Alan Ning <aning@manifold.ai>
This commit is contained in:
@@ -163,7 +163,12 @@ class Database(
|
||||
"allow_file_upload",
|
||||
"extra",
|
||||
]
|
||||
extra_import_fields = ["password", "is_managed_externally", "external_url"]
|
||||
extra_import_fields = [
|
||||
"password",
|
||||
"is_managed_externally",
|
||||
"external_url",
|
||||
"encrypted_extra",
|
||||
]
|
||||
export_children = ["tables"]
|
||||
|
||||
def __repr__(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user