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 Sep 23, 2024. It is now read-only.
I have a column of datatype bigint(20) in the MySQL database. And this is mapped as numeric(18,0) datatype in Redshift.
And this is causing overflow error. We might need to map it to bigint datatype to solve this issue.
Similar issue is discussed here : datamill-co/target-redshift#39
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pipelinewise-target-redshift/target_redshift/db_sync.py
Line 72 in 80796b6
I have a column of datatype
bigint(20)
in the MySQL database. And this is mapped as numeric(18,0) datatype in Redshift.And this is causing overflow error. We might need to map it to
bigint
datatype to solve this issue.Similar issue is discussed here :
datamill-co/target-redshift#39
The text was updated successfully, but these errors were encountered: