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 2020/03/09 14:07:17 UTC

[GitHub] [airflow] kaxil commented on issue #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client

kaxil commented on issue #7541: [AIRFLOW-6822] AWS hooks should cache boto3 client
URL: https://github.com/apache/airflow/pull/7541#issuecomment-596544616
 
 
   Some static checks have failed:
   
   
   ```
   airflow/providers/amazon/aws/hooks/batch_client.py:40:1: F401 'airflow.utils.log.logging_mixin.LoggingMixin' imported but unused
   
   ************* Module airflow.providers.amazon.aws.hooks.batch_client
   airflow/providers/amazon/aws/hooks/batch_client.py:213:4: C0116: Missing function or method docstring (missing-function-docstring)
   airflow/providers/amazon/aws/hooks/batch_client.py:40:0: W0611: Unused LoggingMixin imported from airflow.utils.log.logging_mixin (unused-import)
   ************* Module airflow.contrib.operators.awsbatch_operator
   airflow/contrib/operators/awsbatch_operator.py:43:0: R0901: Too many ancestors (8/7) (too-many-ancestors)
   ```

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