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
Current jsonschema output for a json field in MySQL is:
"type": [
"null",
"object"
]
However, this should also accept array, as MySQL JSON fields can store JSON arrays directly. Hence, any records containing JSON arrays currently fail schema validation during transfer.
The text was updated successfully, but these errors were encountered:
The standard workaround would be to use the Singer catalog to override the type, but the tap doesn't support it at the moment. See transferwise/pipelinewise-tap-mysql#186.
Current jsonschema output for a
json
field in MySQL is:However, this should also accept
array
, as MySQL JSON fields can store JSON arrays directly. Hence, any records containing JSON arrays currently fail schema validation during transfer.The text was updated successfully, but these errors were encountered: