kaxil commented on pull request #6007: URL: https://github.com/apache/airflow/pull/6007#issuecomment-626244214
Please fix the following tests too: ``` Permissions already fixed ************* Module airflow.providers.amazon.aws.hooks.glue airflow/providers/amazon/aws/hooks/glue.py:70:8: C0103: Attribute name "S3_GLUE_LOGS" doesn't conform to snake_case naming style (invalid-name) airflow/providers/amazon/aws/hooks/glue.py:98:12: W1202: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation) airflow/providers/amazon/aws/hooks/glue.py:117:12: W1202: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation) airflow/providers/amazon/aws/hooks/glue.py:179:16: W1202: Use % formatting in logging functions and pass the % parameters as arguments (logging-format-interpolation) ************* Module airflow.providers.amazon.aws.operators.glue airflow/providers/amazon/aws/operators/glue.py:86:8: C0103: Attribute name "S3_PROTOCOL" doesn't conform to snake_case naming style (invalid-name) airflow/providers/amazon/aws/operators/glue.py:87:8: C0103: Attribute name "S3_ARTIFACTS_PREFIX" doesn't conform to snake_case naming style (invalid-name) airflow/providers/amazon/aws/operators/glue.py:60:4: R0913: Too many arguments (12/10) (too-many-arguments) ``` ---------------------------------------------------------------- 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]
