fix: Bump FAB to 5.X (#33055)

Co-authored-by: Joe Li <joe@preset.io>
(cherry picked from commit a9fb853e3e)
This commit is contained in:
Daniel Vaz Gaspar
2025-09-12 09:21:37 +01:00
committed by Joe Li
parent f3163e1c27
commit b2fd9e2fb1
25 changed files with 98 additions and 220 deletions

View File

@@ -21,6 +21,7 @@ from superset.models.helpers import AuditMixinNullable
class DynamicPlugin(Model, AuditMixinNullable):
__tablename__ = "dynamic_plugin"
id = Column(Integer, primary_key=True)
name = Column(Text, unique=True, nullable=False)
# key corresponds to viz_type from static plugins