Skip to content

String length exceeds DDL length: Truncate string length to Redshift max #163

Open
@alok87

Description

@alok87

Since Redshift only support 65535 characters if the col as more, then trucate it to Redshift max.

colname         | summary
type            | varchar
col_length      | 65535
err_code        | 1204
err_reason      | String length exceeds DDL length

At present this does not happens, and breaks table load. Also fixes the source should be the permanent fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingp3not urgent, intermittent issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions