o-nikolas commented on code in PR #47321:
URL: https://github.com/apache/airflow/pull/47321#discussion_r1982199908


##########
providers/amazon/src/airflow/providers/amazon/aws/operators/s3.py:
##########
@@ -682,6 +693,7 @@ def execute(self, context: Context):
         if self.transform_script is None and self.select_expression is None:
             raise AirflowException("Either transform_script or 
select_expression must be specified")
 
+        # Keep these hooks constructed here since we are using two unique 
conn_ids

Review Comment:
   Yupp, you got it, just for consistency really



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