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

Commit 261073d

Browse files
committed
revert sample
1 parent 15d1d59 commit 261073d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

bigframes/_config/bigquery_options.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,6 @@ def credentials(self, value: Optional[google.auth.credentials.Credentials]):
161161
def location(self) -> Optional[str]:
162162
"""Default location for job, datasets, and tables.
163163
164-
>>> import bigframes.pandas as bpd
165-
>>> bpd.reset_session()
166-
>>> bpd.options.bigquery.location = "us-central1"
167-
>>> bpd.options.bigquery.location
168-
'us-central1'
169-
170-
If not set, is set to the location inferred by the first call to
171-
func:`bigframes.pandas.read_gbq` or similar. If the location can't be
172-
inferred, jobs and temporary data use the US multiregion.
173-
174164
For more information, see https://cloud.google.com/bigquery/docs/locations BigQuery locations.
175165
176166
Returns:

0 commit comments

Comments
 (0)