This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Truncate string values exceeding column's limits #42
Milestone
Comments
We've run into this issue and a workaround/alternative solution provided by Snowflake is to redefine the column type without the precision specified - VARCHAR versus VARCHAR(XXX). This can even be applied to an already existing table, as Snowflake permits widening character types with ALTER TABLE .. ALTER COLUMN. |
snowplow/iglu-central#778 should be used. |
rzats
added a commit
that referenced
this issue
Feb 27, 2019
rzats
added a commit
that referenced
this issue
Feb 27, 2019
rzats
added a commit
that referenced
this issue
Feb 27, 2019
rzats
added a commit
that referenced
this issue
Feb 27, 2019
rzats
added a commit
that referenced
this issue
Feb 28, 2019
rzats
added a commit
that referenced
this issue
Feb 28, 2019
rzats
added a commit
that referenced
this issue
Mar 1, 2019
rzats
added a commit
that referenced
this issue
Mar 1, 2019
rzats
added a commit
that referenced
this issue
Mar 1, 2019
This was referenced Jan 31, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
RDB Loader truncates columns for both atomic and shredded types: https://github.com/snowplow/snowplow-rdb-loader/blob/master/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/RedshiftLoadStatements.scala#L140
Snowflake loader instead fails after hitting longer column.
The text was updated successfully, but these errors were encountered: