dabla commented on code in PR #61143:
URL: https://github.com/apache/airflow/pull/61143#discussion_r2774125749
##########
providers/common/sql/src/airflow/providers/common/sql/operators/generic_transfer.py:
##########
@@ -93,6 +99,7 @@ def __init__(
self.source_hook_params = source_hook_params
self.destination_conn_id = destination_conn_id
self.destination_hook_params = destination_hook_params
+ self._rows_processor = rows_processor
Review Comment:
I did the same as with SQLInsertRowsOperator, I made it protected because
it's a callable.
--
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]