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
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
On passing a dict { 'cats': ['apple orange', 'pear plum']} as params in bigquery magic cell, the first value is changed to appleorange - the space character is filtered out.
On passing a dict
{ 'cats': ['apple orange', 'pear plum']}as params in bigquery magic cell, the first value is changed toappleorange- the space character is filtered out.Environment details
google-cloud-bigqueryversion: 1.21.0Steps to reproduce
A colab notebook illustrating the error:
https://colab.research.google.com/gist/amardeep/63ec303ba8bac3db9849f4044cd19ff1/test-bigquery-array-parameter-bug.ipynb
Code example
This results in the output: