We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8df1c77 + 24cc8c1 commit 88d99deCopy full SHA for 88d99de
README.md
@@ -173,7 +173,7 @@ The client provides an API for inserting data into a BigQuery table. The last pa
173
```python
174
# Insert data into table.
175
rows = [
176
- {'one': 'ein', 'two': 'zwei'}
+ {'one': 'ein', 'two': 'zwei'},
177
{'id': 'NzAzYmRiY', 'one': 'uno', 'two': 'dos'},
178
{'id': 'NzAzYmRiY', 'one': 'ein', 'two': 'zwei'} # duplicate entry
179
]
0 commit comments