Skip to main content

Community

Connector Improvement: HVR should support postgreSQL data types like text array _text natively.

Answered

Please sign in to leave a comment.

Comments

2 comments

  • Mark Van de Wiel User

    Hi Saurav,

    I'll discuss this with the team if this is something we can take on some time in calendar year 2026.

    In the meantime - as I suspect support will have told you - you can use the extended data type support to pass through the data.

    How would you expect the data to be represented in Databricks?

    Thanks,
    Mark.

      Hi Saurav,

    I was reviewing this feature request and planning to work with the team to assess native support for PostgreSQL array types like _text and _varchar in HVR.

    To help us design the right solution: how would you expect these array values to be represented on the Databricks side? For example, as a native Databricks array/struct type, a JSON string, or another format?

    In the meantime, the extended data type support Mark mentioned remains the available workaround or engineering solution. Doesn't that work for you?

    Best,Edwin