Skip to content

Commit 9cd80f5

Browse files
committed
fix notebook test
1 parent 2027e9b commit 9cd80f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/generative_ai/bq_dataframes_ai_forecast.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"metadata": {},
7070
"outputs": [],
7171
"source": [
72-
"PROJECT = \"{YOUR_PROJECT}\" # replace with your project\n",
72+
"PROJECT = \"bigframes-dev\" # replace with your project\n",
7373
"\n",
7474
"import bigframes.pandas as bpd\n",
7575
"bpd.options.bigquery.project = PROJECT\n",

0 commit comments

Comments
 (0)