adam_roderick
07/21/2023, 10:03 PM0..23
.
To solve this, I'm trying to override the schema and metadata properties to treat the field as a regular string instead of a datetime
.
When I update the configuration and dump the catalog, I get what I expect--the field is a string in the schema. However, when I run elt
I get the same datetime validation. What am I missing?visch
07/22/2023, 1:52 AMCreateDateUtc
object add format: ""
, I think that should do the trick, if not take a look at the catalog and see what the catalog is saying for the UTC timevisch
07/22/2023, 1:52 AM