Not possible to pass NULL argument value via ArrayQueryParameter #2043
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Hi,
When attempting to pass None as a value to represent a NULL in a BigQuery stored procedure, the process fails with a
NoneType
object is not iterable error. The issue is observed while usinggoogle-cloud-bigquery==3.25.0
.Steps to Reproduce:
Actual Behavior:
The procedure fails with the following error message:
Expected Behavior:
There should be a way to pass NULL to arguments. For example,
None
could be accepted as a valid input to represent NULL in the BigQuery procedure, allowing for proper execution without raising any exceptions.Regards,
The text was updated successfully, but these errors were encountered: