Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Adapt column types for Redshift #1

Open
jeremyajohnson opened this issue Mar 21, 2018 · 0 comments
Open

Adapt column types for Redshift #1

jeremyajohnson opened this issue Mar 21, 2018 · 0 comments

Comments

@jeremyajohnson
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant