Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decimal DataType in Athena is not Supported #58

Closed
hhsurap opened this issue Nov 6, 2019 · 2 comments
Closed

Decimal DataType in Athena is not Supported #58

hhsurap opened this issue Nov 6, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@hhsurap
Copy link

hhsurap commented Nov 6, 2019

Athena has a table with datatype decimal (13,4)
Out of the box aws wrangler library is not supporting this.
raise UnsupportedType(f"Unsupported Athena type: {dtype}")
awswrangler.exceptions.UnsupportedType: Unsupported Athena type: decimal

@igorborgest igorborgest self-assigned this Nov 7, 2019
@igorborgest igorborgest added the enhancement New feature or request label Nov 7, 2019
@danielcarletti
Copy link

I would add that Redshift is also missing DECIMAL and NUMERIC types.
Trying to use cast_columns with types DECIMAL and NUMERIC fails:
Unsupported Redshift type: DECIMAL

@igorborgest
Copy link
Contributor

Hi @hhsurap and @danielcarletti!

Happy to say we already have decimal support implemented, will be released in the next release tomorrow.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants