I am loosing my mind while trying to fix tap-mysql...
# troubleshooting
j
I am loosing my mind while trying to fix tap-mysql wise variant. It seem the tap does not support json field data type which the tap interprets as objects. I modified the catalog of the field to string and executed the command:
Copy code
meltano elt tap-mysql target-jsonl --catalog elt_catalogs/distributor1.json
but it seem the catalog was ingnored and still default to json breadcrumb and object data type.
Copy code
jsonschema.exceptions.ValidationError: '{\"email\": \"***@***.com\", \"companyName\": \"Partner 1\"}' is not of type 'null', 'object'
does anyone has a fix for json data type mysql fields
e
Which variant of
tap-mysql
is this?