I’ve run all my historical events through the transformer successfully, but now it’s failing due to errors at the loading stage:
Error during enriched/run=2017-03-08-00-33-10/ load. Timestamp '16214-11-08T16:16:03.224Z' is not recognized
No new columns were added, safe to rerun.
And
Error during enriched/run=2017-03-31-00-33-10/ load. String 'CI6IwJvs_tICFe4Q0wodFJMOrg?org_url=[url removed]' is too long and would be truncated in 'VARCHAR(128)'
No new columns were added, safe to rerun.
I’ve marked the problem runs as ToSkip = True for now in DynamoDB, but I’d like to get them loaded in, and it looks like just a couple of rows causing the problems. Is there a way to tell the loader to ignore these errors?
Thanks!
Iain