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.
1 parent 8df1c77 commit 24cc8c1Copy full SHA for 24cc8c1
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