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:37 UTC

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

kaxil edited a comment 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)
   
   
   ************* Module tests.providers.amazon.aws.hooks.test_batch_client
   tests/providers/amazon/aws/hooks/test_batch_client.py:69:25: E1101: Instance of 'AwsBatchClient' has no 'hook' member (no-member)
   ************* Module tests.providers.amazon.aws.operators.test_batch
   tests/providers/amazon/aws/operators/test_batch.py:93:25: E1101: Instance of 'AwsBatchOperator' has no 'hook' member (no-member)
   ************* Module tests.providers.amazon.aws.hooks.test_batch_waiters
   tests/providers/amazon/aws/hooks/test_batch_waiters.py:348:25: E1101: Instance of 'AwsBatchWaiters' has no 'hook' member (no-member)
   
   ```

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