mirror of
https://github.com/apache/superset.git
synced 2026-06-05 07:39:19 +00:00
committed by
GitHub
parent
dea9068647
commit
a9fb853e3e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user