shahar1 commented on code in PR #66962:
URL: https://github.com/apache/airflow/pull/66962#discussion_r3243617511


##########
providers/google/src/airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -712,11 +712,12 @@ def insert_all(
         :param project_id: The name of the project where we have the table
         :param dataset_id: The name of the dataset where we have the table
         :param table_id: The name of the table
-        :param rows: the rows to insert
+        :param rows: the rows to insert. Each row is a mapping of column name 
to
+            value, matching the table schema.
 
             .. code-block:: python
 
-                rows = [{"json": {"a_key": "a_value_0"}}, {"json": {"a_key": 
"a_value_1"}}]

Review Comment:
   This format seems to have been wrong for quite a while (since 2020)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to