mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
chore: consolidate the Superset python package metadata (#27884)
This commit is contained in:
committed by
GitHub
parent
99c414e4da
commit
c225e17a75
@@ -185,7 +185,7 @@ def create_dashboard_report(dashboard, extra, **kwargs):
|
||||
extra={
|
||||
"dashboard": extra,
|
||||
},
|
||||
**kwargs
|
||||
**kwargs,
|
||||
)
|
||||
error = None
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ class CustomEncFieldAdapter(AbstractEncryptedFieldAdapter):
|
||||
self,
|
||||
app_config: Optional[dict[str, Any]],
|
||||
*args: list[Any],
|
||||
**kwargs: Optional[dict[str, Any]]
|
||||
**kwargs: Optional[dict[str, Any]],
|
||||
) -> TypeDecorator:
|
||||
if app_config:
|
||||
return StringEncryptedType(*args, app_config["SECRET_KEY"], **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user