Connector Improvement: Add support for INT4RANGE column type in Postgres
Currently INT4RANGE column types in Postgres are not supported by Fivetran. These are fairly basic fields with a lower and upper bound of integers. Supporting this field by mapping it to a string or other parseable format would be very helpful as we could at least transform it on the destination side.
-
Official comment
We were already working on this. `int4range`, `int8range`, and `numrange` are now fully supported now. They are synchronised to the target as JSON. I'll go ahead and update the documentation. Thank you for the request.
Please sign in to leave a comment.
Comments
1 comment