We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e547196 commit 9ed0969Copy full SHA for 9ed0969
bigquery/client.py
@@ -875,6 +875,11 @@ def write_to_table(
875
query: required BigQuery query string.
876
dataset: optional string id of the dataset
877
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
+ )
883
allow_large_results: optional boolean
884
use_query_cache: optional boolean
885
priority: optional string
0 commit comments