Skip to main content

Community

Connector Improvement: CockroachDB - support geometry columns

Planned

Please sign in to leave a comment.

Comments

2 comments

    Hi Daniel,

    The feature definitely makes sense, I will put it on the roadmap.

    How urgent is this for you at this point? Does it block any of the migrations?

    Thanks,
    Val Kulichenko, Fivetran Product Team

    Thank you!

    We can proceed with migrations by adding `*_geojson jsonb` columns to each table that uses geometry, store the result of ST_AsGeoJSON decoding the respective geometry columns, and then stitch things together in snowflake.

    This should be ok for migrating smaller workloads, but we'd prefer to not need to do this for larger workloads