You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
TEXT column type converts to VARCHAR(256) in Redshift, resulting in failed INSERTS if the data contains more than 256 characters in that column.
To address this issue, I replaced "TEXT" with "VARCHAR(MAX)" in the DDL. Would be nice to have the ability to specify this automatically in the API.
The text was updated successfully, but these errors were encountered: