swiftomkar commented on a change in pull request #7688: [AIRFLOW-6794] Allow 
AWS Operator RedshiftToS3Transfer To Run a Custom Query
URL: https://github.com/apache/airflow/pull/7688#discussion_r391059082
 
 

 ##########
 File path: tests/providers/amazon/aws/operators/test_redshift_to_s3.py
 ##########
 @@ -76,3 +76,49 @@ def test_execute(self, table_as_file_name, expected_s3_key, 
mock_run, mock_sessi
 
         assert mock_run.call_count == 1
         assert_equal_ignore_multiple_spaces(self, mock_run.call_args[0][0], 
unload_query)
+
+    @parameterized.expand([
+        [True, "key/None_"],
+        [False, "key"],
 
 Review comment:
   @potiuk Got it! Will work on it now

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


With regards,
Apache Git Services

Reply via email to