A few of the queries in one of my apps started experiencing the following error today:
Parameter types must be provided for null values via the 'types' field in query options.
These queries are using a resource connected to our BigQuery instance.
These queries were working fine yesterday, and nothing has changed in my app since then. I assume the culprits are these Javascript snippets I have strewn throughout my queries, which are looking at certain components that can be empty, but I am unsure how to remedy this.
How can I resolve this?