Skip to content

Commit

Permalink
Merge pull request #1394 from dhermes/docstring-update-1381
Browse files Browse the repository at this point in the history
Add more detail to BigQuery Table.insert_data().
  • Loading branch information
dhermes committed Jan 20, 2016
2 parents 2c2f575 + 193e297 commit 5a20f3d
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 5a20f3d

Please sign in to comment.