ashb commented on a change in pull request #6396: [AIRFLOW-5726] Delete table 
as file name in RedshiftToS3Transfer
URL: https://github.com/apache/airflow/pull/6396#discussion_r345355782
 
 

 ##########
 File path: airflow/operators/redshift_to_s3_operator.py
 ##########
 @@ -37,7 +37,8 @@ class RedshiftToS3Transfer(BaseOperator):
     :type table: str
     :param s3_bucket: reference to a specific S3 bucket
     :type s3_bucket: str
-    :param s3_key: reference to a specific S3 key
+    :param s3_key: reference to a specific S3 key. If table_as_file_name is set
 
 Review comment:
   ```suggestion
       :param s3_key: reference to a specific S3 key. If ``table_as_file_name`` 
is set
   ```

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