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

mysql to redshift datatype mapping for bigint causing overflow error #113

Open
Atif8Ted opened this issue Nov 17, 2021 · 0 comments
Open

Comments

@Atif8Ted
Copy link

elif 'integer' in property_type:

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

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