mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat(key-value): add superset metastore cache (#19232)
(cherry picked from commit 72b9a7fa5b)
This commit is contained in:
committed by
Ville Brofeldt
parent
81a1abfab4
commit
f3172010d5
@@ -49,7 +49,10 @@ class CreateExplorePermalinkCommand(BaseExplorePermalinkCommand):
|
||||
"state": self.state,
|
||||
}
|
||||
command = CreateKeyValueCommand(
|
||||
self.actor, self.resource, value, self.key_type
|
||||
actor=self.actor,
|
||||
resource=self.resource,
|
||||
value=value,
|
||||
key_type=self.key_type,
|
||||
)
|
||||
return command.run()
|
||||
except SQLAlchemyError as ex:
|
||||
|
||||
Reference in New Issue
Block a user