shahar1 commented on code in PR #70350:
URL: https://github.com/apache/airflow/pull/70350#discussion_r3651968563


##########
providers/oracle/src/airflow/providers/oracle/transfers/oracle_to_oracle.py:
##########
@@ -56,8 +56,8 @@ def __init__(
         **kwargs,
     ) -> None:
         super().__init__(**kwargs)
-        if source_sql_params is None:
-            source_sql_params = {}
+        # if source_sql_params is None:
+        #     source_sql_params = {}

Review Comment:
   Could you please remove the comments?



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