Hi, even tough i'm setting the _schema through terminal as such:
meltano config tap-postgres set _schema public-region region_description type '["string", "null"]'
I'm still getting the BPCHAR failure: Did not recognize type 'bpchar' of column 'region_description'
I'd appreciate any light on this issue
edit: Custom extras, plugin-specific options handled by Meltano:
_schema.public-region.region_description.type [env: TAP_POSTGRES__REGION__SCHEMA_PUBLIC_REGION_REGION_DESCRIPTION_TYPE] current value: '["string", "null"]' (from the active environment in
meltano.yml
)