Skip to content

Commit 1381dd7

Browse files
author
Jason Ng
committed
Tweaking docstring
1 parent 8669568 commit 1381dd7

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

pandas_gbq/gbq.py

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -810,21 +810,14 @@ def from_gbq(query, project_id=None, index_col=None, col_order=None,
810810
<https://cloud.google.com/bigquery/sql-reference/>`__
811811
configuration : dict (optional)
812812
Because of current limitations (https://github.com/GoogleCloudPlatform/google-cloud-python/issues/2765)
813-
only a certain number of configuration settings are currently implemented. You can set them
814-
like in the following: `from_gbq(q,configuration={'allow_large_results':True,'use_legacy_sql':False})`
815-
Current allowable settings:
816-
-allow_large_results
817-
-create_disposition
818-
-default_dataset
819-
-destination
820-
-flatten_results
821-
-priority
822-
-use_query_cache
823-
-use_legacy_sql
824-
-dry_run
825-
-write_disposition
826-
-maximum_billing_tier
827-
-maximum_bytes_billed
813+
only some configuration settings are currently implemented. You can pass them
814+
along like in the following:
815+
`from_gbq(q,configuration={'allow_large_results':True,'maximum_billing_tier':2})`
816+
817+
Example allowable settings:
818+
allow_large_results, create_disposition, default_dataset, destination
819+
flatten_results, priority, use_query_cache, use_legacy_sql, dry_run,
820+
write_disposition, udf_resources, maximum_billing_tier, maximum_bytes_billed
828821
829822
Returns
830823
-------

0 commit comments

Comments
 (0)