embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

Error parsing timestamp

Open rampage644 opened this issue 6 months ago • 0 comments

dbt snowplow integration test seed model snowplow_web_consent_cmp_visible fails due to inability to parse provided timestamp

[0m16:05:19.565369 [error] [MainThread]:   Database Error in seed snowplow_web_consent_cmp_visible (data/source/snowplow_web_consent_cmp_visible.csv)
  000200: DataFusion error: Arrow error: Parser error: Error parsing timestamp from ' 2021-02-26 09:10:59.572': error parsing date

It seems it cannot parse the value with leading whitespace.

rampage644 avatar Jun 12 '25 23:06 rampage644