Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 485a852

Browse files
committed
Remove placeholder project name that is breaking tests
1 parent f8de2ea commit 485a852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/generative_ai/bq_dataframes_llm_output_schema.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"metadata": {},
170170
"outputs": [],
171171
"source": [
172-
"PROJECT = \"myproject\" # replace with your project\n",
172+
"PROJECT = \"\" # replace with your project\n",
173173
"import bigframes\n",
174174
"bigframes.options.bigquery.project = PROJECT\n",
175175
"bigframes.options.display.progress_bar = None\n",

0 commit comments

Comments
 (0)