You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also experienced the same issue and @ilkkapeltola's solution worked for me. I can tackle this bug if the maintainers give me some pointers on where to start.
My ETL fails because at least 'evidence' is not valid JSON, but stringified.
Changing the catalog entry for evidence from
"evidence": { "type": [ "null", "string", "object" ],
to
"evidence": { "type": [ "null", "object" ],
worked for me
The text was updated successfully, but these errors were encountered: