jedcunningham commented on code in PR #37230:
URL: https://github.com/apache/airflow/pull/37230#discussion_r1482279552


##########
airflow/providers/mongo/hooks/mongo.py:
##########
@@ -210,7 +210,7 @@ def insert_one(
         return collection.insert_one(doc, **kwargs)
 
     def insert_many(
-        self, mongo_collection: str, docs: dict, mongo_db: str | None = None, 
**kwargs
+        self, mongo_collection: str, docs: list[dict], mongo_db: str | None = 
None, **kwargs

Review Comment:
   Should this be Iterable instead? That's what I see in mongo at least.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to