ivica-k commented on a change in pull request #11227:
URL: https://github.com/apache/airflow/pull/11227#discussion_r500370373



##########
File path: airflow/providers/amazon/aws/transfers/s3_to_redshift.py
##########
@@ -90,27 +93,39 @@ def __init__(
         self._s3_hook = None
         self._postgres_hook = None
 
+    def _build_copy_query(self, credentials, copy_options):

Review comment:
       One is for the `unload` query while the other one is for the `copy` 
query.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to