Hi,

So I’m trying to analyze some cryptocurrency data with redash but decimal value that is available to view on AWS Athena are not supported in Redash. Can someone check this for me?

For instance,

select 100000000000000000000000.00; --value shows NaN

Screen Shot 2020-04-06 at 5.35.48 PM

Do we have workaround for this kind of problem?

Interesting. I can reproduce your bug with Athena. But it works just fine with Postgres. Seems like a bug with the Athena query runner. Please open an issue on Github for this.

sure! I’ll create an issue on Github regarding this problem.

Thanks for your support.