Skip to content

Commit

Permalink
Fix typo in example (#13321)
Browse files Browse the repository at this point in the history
False should not be passed as a string
  • Loading branch information
smowden committed Dec 26, 2020
1 parent 8fed541 commit f4745c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
configuration={
"query": {
"query": INSERT_ROWS_QUERY,
"useLegacySql": "False",
"useLegacySql": False,
}
},
location=location,
Expand Down

0 comments on commit f4745c8

Please sign in to comment.