Nataneljpwd commented on code in PR #61143:
URL: https://github.com/apache/airflow/pull/61143#discussion_r2756030086
##########
providers/common/sql/src/airflow/providers/common/sql/operators/generic_transfer.py:
##########
@@ -80,6 +83,7 @@ def __init__(
source_hook_params: dict | None = None,
destination_conn_id: str,
destination_hook_params: dict | None = None,
+ rows_processor: Callable[..., list[Any]] | None = None,
Review Comment:
I just think that maybe it is worth adding a type ignore here and there for
specific rules rather than having confusing typing
--
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]