You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with the Google BigQuery node in n8n. When querying integer fields from BigQuery, the node returns the values as strings instead of numbers. This behavior can cause unexpected results in subsequent nodes that expect numeric data types.
This is likely to be where we don't support int64 fully as Javascript has issues with larger numbers. Instead a string is used to make sure the number is not rounded which would cause more issues.
Bug Description
I'm encountering an issue with the Google BigQuery node in n8n. When querying integer fields from BigQuery, the node returns the values as strings instead of numbers. This behavior can cause unexpected results in subsequent nodes that expect numeric data types.
Google BigQuery node version 2.1 (Latest)
Output example:
DB schema:
To Reproduce
Expected behavior
The integer fields should be returned as numbers.
Operating System
Alpine Linux v3.20
n8n Version
1.54.4
Node.js Version
3.4
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered: