Skip to content

Commit 9ed0969

Browse files
docstring for external_udf_uris in client.write_to_table
1 parent e547196 commit 9ed0969

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bigquery/client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,11 @@ def write_to_table(
875875
query: required BigQuery query string.
876876
dataset: optional string id of the dataset
877877
table: optional string id of the table
878+
external_udf_uris: optional list of external UDF URIs
879+
(if given,
880+
URIs must be Google Cloud Storage
881+
and have .js extensions
882+
)
878883
allow_large_results: optional boolean
879884
use_query_cache: optional boolean
880885
priority: optional string

0 commit comments

Comments
 (0)