Michal Ondras
04/28/2025, 3:30 PMv0.12.0
to v0.16.3
-> what unfortunately resulted is the target trying to change variants to varchars. any idea why?Edgar Ramírez (Arch.dev)
04/28/2025, 4:15 PMMichal Ondras
04/28/2025, 4:20 PMv0.12.0
doesn't try to change the data-type, but v0.16.3
does. the tap is pipelinewise-tap-mysql
; the source schema for the field is indeed JSONEdgar Ramírez (Arch.dev)
04/28/2025, 5:25 PMJorrit Droogsma
04/28/2025, 6:17 PMv.0.16.3
we get the error cannot change column XYZ from type VARIANT to VARCHAR
. Tap is tap-postgres
, source schema is JSON. Any suggestions ?Edgar Ramírez (Arch.dev)
04/28/2025, 7:06 PM"xyz": {"type": [....]}
.Jorrit Droogsma
04/28/2025, 7:21 PMjsonb
and we don't specify the JSON schema typeEdgar Ramírez (Arch.dev)
04/28/2025, 7:41 PMEdgar Ramírez (Arch.dev)
04/28/2025, 7:54 PM0.17.0
is out now. Let me know if that fixes the type change.Michal Ondras
04/28/2025, 8:09 PMEdgar Ramírez (Arch.dev)
04/28/2025, 9:58 PMshouldn't we add a test or something before issuing out a new tag? or is it already covered by other tests?I'm curious what tests or in what context you mean? Tests that you (the end user) run, or tests in the target repo?
Michal Ondras
04/28/2025, 10:26 PMEdgar Ramírez (Arch.dev)
04/28/2025, 10:28 PMJorrit Droogsma
04/29/2025, 5:24 AM0.17.0
looks like it fixed it for us, thanks for the quick response!