diff --git a/posthog/warehouse/models/table.py b/posthog/warehouse/models/table.py index 0291503763dec..8e57a0380edd3 100644 --- a/posthog/warehouse/models/table.py +++ b/posthog/warehouse/models/table.py @@ -30,6 +30,7 @@ "DateTime64": DateTimeDatabaseField, "DateTime32": DateTimeDatabaseField, "Date": DateDatabaseField, + "Date32": DateDatabaseField, "UInt8": IntegerDatabaseField, "UInt16": IntegerDatabaseField, "UInt32": IntegerDatabaseField,