Open
Description
Currently, it appears that columns with array data types are not directly accessible. The only workaround we've found is to apply the unsupported-type-handling=CONVERT_TO_VARCHAR
setting. While this does make the data accessible, it significantly complicates processing and manipulates the data in its original form, which is not optimal for our needs.