mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(key-value): use json serialization for main resources (#23888)
This commit is contained in:
@@ -17,10 +17,13 @@
|
||||
from dataclasses import dataclass
|
||||
from typing import Optional
|
||||
|
||||
from superset.key_value.types import KeyValueCodec
|
||||
|
||||
|
||||
@dataclass
|
||||
class CommandParameters:
|
||||
resource_id: int
|
||||
codec: Optional[KeyValueCodec] = None
|
||||
tab_id: Optional[int] = None
|
||||
key: Optional[str] = None
|
||||
value: Optional[str] = None
|
||||
|
||||
Reference in New Issue
Block a user