vscode-dbt-power-user
vscode-dbt-power-user copied to clipboard
Incorrect parsing/casting in query results view
trafficstars
Expected behavior
In query results view, when clicking on a cell with truncated output, exact value should appear in side window.
Actual behavior
When string is castable to numeric, the value viewer casts to numeric and rounds the output.
Steps To Reproduce
Create a dummy DBT project with BigQuery connector and run query select "6392464926136162828" as string. The resulting table should have 1 cell. Click this cell to see a full view of the value.
Log output/Screenshots
No response
Operating System
MacOS 15.3 (24D60)
dbt version
1.9.0
dbt Adapter
BigQuery
dbt Power User version
v0.55.8
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!