I was migrating our pipeline from the transferwise variant into meltanolabs variant of target-postgres and I stumbled on this problem. A generated schema from tap-postgres (meltanolabs variant) for a table with a column of jsonb type is being translated to a jsonb array type in target-postgres.
Hello!
I was migrating our pipeline from the transferwise variant into meltanolabs variant of target-postgres and I stumbled on this problem. A generated schema from tap-postgres (meltanolabs variant) for a table with a column of jsonb type is being translated to a jsonb array type in target-postgres.
Here is a sample singer tap output:
Loader config:
I spent some time debugging it and I think I found the source of the problem. I will create a PR for it but let me know if my assumptions make sense.
Thanks!