You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/10/24 08:25:59 UTC

[GitHub] [airflow] JavierLopezT edited a comment on issue #6396: [AIRFLOW-5726] Delete table as file name in RedshiftToS3Transfer

JavierLopezT edited a comment on issue #6396: [AIRFLOW-5726] Delete table as file name in RedshiftToS3Transfer
URL: https://github.com/apache/airflow/pull/6396#issuecomment-545805838
 
 
   I have a problem here with a part of the documentation, the one defining the param s3_key.
   
   If I leave it's definition as a single line ':param s3_key: reference to a specific S3 key. If table_as_file_name is set to False, this param must include the desired file name', 
   it doesn't pass the pylint check due to line length. 
   
   If I split it in two lines as:
   1st line: :param s3_key: reference to a specific S3 key. If table_as_file_name is set
   2nd line: to False, this param must include the desired file name
   It doesn't pass the documentation test.
   
   Any idea on how to handle this? Thank you very much

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services