mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[schema] Deprecating the table_columns.database_expression column (#7653)
This commit is contained in:
@@ -394,7 +394,6 @@ class BaseColumn(AuditMixinNullable, ImportMixin):
|
||||
"groupby",
|
||||
"is_dttm",
|
||||
"type",
|
||||
"database_expression",
|
||||
"python_date_format",
|
||||
)
|
||||
return {s: getattr(self, s) for s in attrs if hasattr(self, s)}
|
||||
|
||||
Reference in New Issue
Block a user