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

bigint not displayed correctly in query results when using Athena connector #1296

Open
1 task
vilhomaa opened this issue Jul 11, 2024 · 1 comment
Open
1 task
Labels
bug Something isn't working

Comments

@vilhomaa
Copy link

vilhomaa commented Jul 11, 2024

Expected behavior

when querying bigints, e.g. 5177825985796768123, the number should be displayed in the query results tab unmodified

Actual behavior

the number 5177825985796768123 gets displayed as 5177825985796768000

Steps To Reproduce

using query
select 5177825985796768123 as test_bigint
returns
image

Log output/Screenshots

No response

Operating System

macOS-14.4-arm64-arm-64bit

dbt version

1.8.3

dbt Adapter

Athena, redshift

dbt Power User version

v0.41.5

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@vilhomaa vilhomaa added the bug Something isn't working label Jul 11, 2024
@pransito
Copy link

also happens with dbt-redshift adapter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants