dabla commented on code in PR #61144:
URL: https://github.com/apache/airflow/pull/61144#discussion_r2738262824
##########
providers/common/sql/src/airflow/providers/common/sql/hooks/handlers.py:
##########
@@ -63,7 +63,7 @@ def fetch_all_handler(cursor) -> list[tuple] | None:
return None
-def fetch_one_handler(cursor) -> list[tuple] | None:
+def fetch_one_handler(cursor) -> tuple | None:
Review Comment:
Yes, the original type is actually wrong as @henry3260 correctly stated. Or
do you prefer we leave it "wrong" in original handlers?
--
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]