We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e773f7 commit cfaa901Copy full SHA for cfaa901
google/cloud/bigquery/magics.py
@@ -65,6 +65,14 @@
65
serializable. The variable reference is indicated by a ``$`` before
66
the variable name (ex. ``$my_dict_var``). See ``In[6]`` and ``In[7]``
67
in the Examples section below.
68
+
69
+ .. note::
70
71
+ Due to the way IPython argument parser works, negative numbers in
72
+ dictionaries are incorrectly "recognized" as additional arguments,
73
+ resulting in an error ("unrecognized arguments"). To get around this,
74
+ pass such dictionary as a JSON string variable.
75
76
* ``<query>`` (required, cell argument):
77
SQL query to run. If the query does not contain any whitespace (aside
78
from leading and trailing whitespace), it is assumed to represent a
0 commit comments