shahar1 commented on code in PR #70322:
URL: https://github.com/apache/airflow/pull/70322#discussion_r3655802983
##########
providers/microsoft/azure/src/airflow/providers/microsoft/azure/transfers/oracle_to_azure_data_lake.py:
##########
@@ -68,12 +68,10 @@ def __init__(
**kwargs,
) -> None:
super().__init__(**kwargs)
- if sql_params is None:
- sql_params = {}
self.filename = filename
self.oracle_conn_id = oracle_conn_id
self.sql = sql
- self.sql_params = sql_params
Review Comment:
Please restore the changes here (see #70505 for details)
--
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]