shaped-ai / target-clickhouse

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

Add unit test for date parsing and add manual trimming for invalid date types #141

Closed BTheunissen closed 5 months ago

BTheunissen commented 5 months ago

Meltano can send values of format date with time values included in the string, this causes Clickhouse to ignore the value when it fails to parse. Add unit test and manual code to trim for this case.