You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some queries return a Too many SQL variables error when run against the BQ emulator. It looks like this an error where we bind too many variables (limit defaults to 999) when inserting into a table, and sqlite complains.
What did you expect to happen?
Table data to be inserted
How can we reproduce it (as minimally and precisely as possible)?
Create a BigQuery table
Try to insert more than 999 values into the table
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered:
What happened?
Some queries return a
Too many SQL variables
error when run against the BQ emulator. It looks like this an error where we bind too many variables (limit defaults to 999) when inserting into a table, and sqlite complains.What did you expect to happen?
Table data to be inserted
How can we reproduce it (as minimally and precisely as possible)?
Create a BigQuery table
Try to insert more than 999 values into the table
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: