Skip to content

Commit 5a20f3d

Browse files
committed
Merge pull request #1394 from dhermes/docstring-update-1381
Add more detail to BigQuery Table.insert_data().
2 parents 2c2f575 + 193e297 commit 5a20f3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gcloud/bigquery/table.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,9 @@ def insert_data(self,
632632
https://cloud.google.com/bigquery/docs/reference/v2/tabledata/insertAll
633633
634634
:type rows: list of tuples
635-
:param rows: row data to be inserted
635+
:param rows: Row data to be inserted. Each tuple should contain data
636+
for each schema field on the current table and in the
637+
same order as the schema fields.
636638
637639
:type row_ids: list of string
638640
:param row_ids: Unique ids, one per row being inserted. If not

0 commit comments

Comments
 (0)