ashb commented on a change in pull request #4610: [AIRFLOW-3783] Switch to 
HEADER option being provided already by Redshift
URL: https://github.com/apache/airflow/pull/4610#discussion_r296282465
 
 

 ##########
 File path: tests/operators/test_redshift_to_s3_operator.py
 ##########
 @@ -45,7 +45,16 @@ def test_execute(self, mock_get_conn, mock_run, 
mock_Session):
         table = "table"
         s3_bucket = "bucket"
         s3_key = "key"
-        unload_options = ('PARALLEL OFF',)
+        unload_options = ('HEADER',)
+
+       columns_query = """
 
 Review comment:
   ```suggestion
           columns_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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to