Marcelo Mallmann
09/26/2025, 1:59 PMgeography (postgis) dataype, using tap-postgres (MeltanoLabs) and target-postgres (MeltanoLabs).
• The column is created at target as a string with a warning on the datatype, instead of geography.
• Is there a recommended way to do this?
◦ I've tried giving target schema hints but looks like Geography datatype is just not handled by the target. I've tried other variants.
◦ I've also tried casting using stream_maps but with no luck. Thank you!Edgar Ramírez (Arch.dev)
09/26/2025, 6:29 PMgeography value, and make the target aware of it with something like https://sdk.meltano.com/en/v0.49.1/guides/sql-target.html#use-the-x-sql-datatype-json-schema-extension
3. We probably want to make all of this optional, maybe with an extra dependency on geoalchemy.Marcelo Mallmann
09/26/2025, 6:36 PM