Skip to content

Commit

Permalink
docs: indicate that project and location are optional in example note…
Browse files Browse the repository at this point in the history
…books (#451)
  • Loading branch information
tswast authored Mar 18, 2024
1 parent 14ab8d8 commit 1df0140
Show file tree
Hide file tree
Showing 9 changed files with 7,119 additions and 2,622 deletions.
4,442 changes: 2,245 additions & 2,197 deletions notebooks/dataframes/dataframe.ipynb

Large diffs are not rendered by default.

152 changes: 88 additions & 64 deletions notebooks/generative_ai/bq_dataframes_llm_code_generation.ipynb

Large diffs are not rendered by default.

462 changes: 236 additions & 226 deletions notebooks/generative_ai/bq_dataframes_llm_kmeans.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,14 @@
},
"outputs": [],
"source": [
"# Note: The project option is not required in all environments.\n",
"# On BigQuery Studio, the project ID is automatically detected.\n",
"bpd.options.bigquery.project = PROJECT_ID\n",
"\n",
"# Note: The location option is not required.\n",
"# It defaults to the location of the first table or query\n",
"# passed to read_gbq(). For APIs where a location can't be\n",
"# auto-detected, the location defaults to the \"US\" location.\n",
"bpd.options.bigquery.location = LOCATION"
]
},
Expand Down
906 changes: 858 additions & 48 deletions notebooks/getting_started/getting_started_bq_dataframes.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 1df0140

Please sign in to comment.