Skip to content

Commit 970546f

Browse files
Update README.md to include missing comma
1 parent 9ed0969 commit 970546f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ query = """SELECT requests, title
187187
job = client.write_to_table(
188188
query,
189189
'dataset',
190-
'table'
190+
'table',
191191
external_udf_uris=external_udf_uris
192192
)
193193

0 commit comments

Comments
 (0)