REAL and FLOAT data types for Athena adapter #1140
Unanswered
LuanAraldi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone!
I'm having kind of a problem while using dbt-athena adapter, when trying to enforce some data type contracts with some columns I'm getting this error
Even though it is explicitely stated as float on my .yml file
Checking AWS documentation over data types on Athena, they state that FLOAT and REAL are the same just changing between DDL and DML

I had to disable enforcement of my contract because of that, did someone had this same issue before?
Beta Was this translation helpful? Give feedback.
All reactions