Hoping someone can see what I'm missing. I'm trying to replicate all data from a postgres table except 1 column ("details"). The "details" column is a semi structured json. I'm trying to load the data into a parquet file. But because of the semi structured aspect, when I run the "meltano run tap-postgres target-s3-parquet", I get an error: "Table schema does not match schema used to create file". Then it seems to list the columns and their type. The "details" column is still listed in there.
Here are some screenshots