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
@@ -44,7 +44,7 @@ class GetExplorePermalinkCommand(BaseExplorePermalinkCommand):
|
||||
self.validate()
|
||||
try:
|
||||
value: Optional[ExplorePermalinkValue] = GetKeyValueCommand(
|
||||
self.resource, self.key, key_type=self.key_type
|
||||
resource=self.resource, key=self.key, key_type=self.key_type
|
||||
).run()
|
||||
if value:
|
||||
chart_id: Optional[int] = value.get("chartId")
|
||||
|
||||
Reference in New Issue
Block a user