Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion gcloud/bigquery/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,9 @@ def insert_data(self,
https://cloud.google.com/bigquery/docs/reference/v2/tabledata/insertAll

:type rows: list of tuples
:param rows: row data to be inserted
:param rows: Row data to be inserted. Each tuple should contain data
for each schema field on the current table and in the
same order as the schema fields.

:type row_ids: list of string
:param row_ids: Unique ids, one per row being inserted. If not
Expand Down