:loudspeaker: :postgresql: New release of target-p...
# singer-target-development
e
📢 postgresql New release of target-postgres!
x-sql-datatype
overrides passed via Meltano's
schema
are now correctly applied, so this works:
Copy code
- 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
🙌 3