diff --git a/superset/models.py b/superset/models.py index 131eae894638e..71ab613abe90f 100644 --- a/superset/models.py +++ b/superset/models.py @@ -955,7 +955,7 @@ class TableColumn(Model, AuditMixinNullable, ImportMixin): python_date_format = Column(String(255)) database_expression = Column(String(255)) - num_types = ('DOUBLE', 'FLOAT', 'INT', 'BIGINT', 'LONG', 'REAL',) + num_types = ('DOUBLE', 'FLOAT', 'INT', 'BIGINT', 'LONG', 'REAL', 'NUMERIC') date_types = ('DATE', 'TIME') str_types = ('VARCHAR', 'STRING', 'CHAR') export_fields = (