Edgar RamÃrez (Arch.dev)
05/08/2026, 8:00 PMx-sql-datatype overrides passed via Meltano's schema are now correctly applied, so this works:
- name: tap-postgres
schema:
public-pii:
age:
x-sql-datatype: smallint
Previously, this always resulted in the field being mapped to a TEXT type.
https://github.com/MeltanoLabs/target-postgres/releases/tag/v0.7.0