josh-fell commented on code in PR #31289: URL: https://github.com/apache/airflow/pull/31289#discussion_r1193936441
########## airflow/providers/mongo/hooks/mongo.py: ########## @@ -20,10 +20,12 @@ from ssl import CERT_NONE from types import TracebackType +from typing import Any, overload from urllib.parse import quote_plus, urlunsplit import pymongo from pymongo import MongoClient, ReplaceOne +from typing_extensions import Literal Review Comment: Should `airflow.typing_compat` be used here? -- 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]
