shaped-ai / target-clickhouse

Meltano Target for Clickhouse
Apache License 2.0
8 stars 15 forks source link

Use date32 to support dates before epoch #162

Closed BTheunissen closed 3 months ago

BTheunissen commented 3 months ago

Clickhouse Date doesn't not support values before 1970, in order to support these values we need to use the Date32 type. This mapping uses a signed integer to represent dates in the past.