mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
merge in fix with migration (#24314)
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
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