You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bigframes/_config/compute_options.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
@dataclasses.dataclass
22
22
classComputeOptions:
23
23
"""
24
-
Encapsulates configuration for compute options.
24
+
Encapsulates the configuration for compute options.
25
25
26
26
**Examples:**
27
27
@@ -39,7 +39,7 @@ class ComputeOptions:
39
39
Limits the bytes billed for query jobs. Queries that will have
40
40
bytes billed beyond this limit will fail (without incurring a
41
41
charge). If unspecified, this will be set to your project default.
42
-
See `maximum_bytes_billed <https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.job.QueryJobConfig#google_cloud_bigquery_job_QueryJobConfig_maximum_bytes_billed>`_.
42
+
See `maximum_bytes_billed`: https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.job.QueryJobConfig#google_cloud_bigquery_job_QueryJobConfig_maximum_bytes_billed.
43
43
enable_multi_query_execution (bool, Options):
44
44
If enabled, large queries may be factored into multiple smaller queries
45
45
in order to avoid generating queries that are too complex for the query
0 commit comments