Reputation: 14786
I'm trying to use the Simba ODBC Driver for Google BigQuery. The connection succeeded initially, but after I enabled the High-Throughput API in "Advanced Options", I get the following error:
[Simba][Support] (50090) Conversion from string to number failed with value ''
I still get this error after unchecking the High-Throughput API option.
These are the options I initially set:
Upvotes: 0
Views: 2580
Reputation: 14786
This error happens because the Minimum Query Results Size for HTAPI and Ratio of Results to Rows Per Block are both set to empty string.
Set both values to 0 to always download query results with the BigQuery Storage API.
Upvotes: 2