We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c2f575 + 193e297 commit 5a20f3dCopy full SHA for 5a20f3d
gcloud/bigquery/table.py
@@ -632,7 +632,9 @@ def insert_data(self,
632
https://cloud.google.com/bigquery/docs/reference/v2/tabledata/insertAll
633
634
:type rows: list of tuples
635
- :param rows: row data to be inserted
+ :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.
638
639
:type row_ids: list of string
640
:param row_ids: Unique ids, one per row being inserted. If not
0 commit comments