Parameter types must be provided for empty arrays via the 'types' field in query options

I'm probably taking this error message far too literally. But where are the query options and types field in the interface. I'm currently trying to insert data into BigQuery and getting this error message

Hey @Alasdair_Wightman! Hmm there may be some null handling unique to BigQuery happening here.

Here's how you might insert a single null value:

{{ {RT$BQ_TYPE: 'STRING', value: null} }}

Error you get when inserting just plain old {{ null }}:

Would you mind sharing a screenshot of your current query?