dabla commented on code in PR #56041:
URL: https://github.com/apache/airflow/pull/56041#discussion_r2469112528


##########
providers/common/sql/tests/unit/common/sql/operators/test_generic_transfer.py:
##########
@@ -273,7 +273,7 @@ def test_non_paginated_read(self):
                     task_id="transfer_table",
                     source_conn_id="my_source_conn_id",
                     destination_conn_id="my_destination_conn_id",
-                    sql="SELECT * FROM HR.EMPLOYEES",
+                    sql=["SELECT * FROM HR.EMPLOYEES"],

Review Comment:
   Actually I was wrong, the looping is indeed done in operator, even though it 
could be done through hooks, I prefer to keep it this way so we don't consume 
too much memory. Will add a dedicated test.



-- 
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]

Reply via email to