[schema] Deprecating the table_columns.database_expression column (#7653)

This commit is contained in:
John Bodley
2019-07-03 14:05:59 -07:00
committed by GitHub
parent 346638a339
commit 9dac805e7e
7 changed files with 49 additions and 60 deletions

View File

@@ -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)}