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 ba51e8a commit 5005fccCopy full SHA for 5005fcc
notebooks/generative_ai/ai_functions.ipynb
@@ -71,14 +71,14 @@
71
},
72
{
73
"cell_type": "code",
74
- "execution_count": 2,
+ "execution_count": null,
75
"id": "c9f924aa",
76
"metadata": {},
77
"outputs": [],
78
"source": [
79
"import bigframes.pandas as bpd \n",
80
"\n",
81
- "PROJECT_ID = \"bigframes-dev\" # Your project ID here\n",
+ "PROJECT_ID = \"\" # Your project ID here\n",
82
83
"bpd.options.bigquery.project = PROJECT_ID\n",
84
"bpd.options.bigquery.ordering_mode = \"partial\"\n",
0 commit comments