kurrenda
kurrenda
Did u solve this?
It's not related with UNNEST and its working fine in bq shell. The issue occurs with the HTTP API in preparing job (when i call e.g `bigquery.query()`) To simulate that...
To summarize I found this issue when i was using Python SDK (https://github.com/googleapis/python-bigquery), by using: [python sdk documentation](https://cloud.google.com/bigquery/docs/parameterized-queries#python_1) ```python bigquery.ScalarQueryParameter("TESTPARAM", "FLOAT64", 2.15) ``` "bq shell" i had in mind your...