Problem with column lenght limit

Hello. I'm using an Athena Connector to retrieve some data from Redshift and one of the column I'm receiving is an array<struct> that I would need to import as it is in Domo. However, I see that this gets converted to a string (and I'm fine with that), but then the string gets truncated after 1024 character, and this is a huge problem for me.

How can I avoid to have a limit on the column field?

Comments

  • Hi @gllrusso

    1024 is a limit implemented by Domo. If you have values larger than 1024 characters you'd need to split the data as part of your query into multiple different columns. You might try reaching out to your CSM to see if they can do anything on the back end to increase it but it's likely not possible.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**