[ https://issues.apache.org/jira/browse/AIRFLOW-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17103510#comment-17103510 ]
ASF GitHub Bot commented on AIRFLOW-2310: ----------------------------------------- kaxil edited a comment on pull request #6007: URL: https://github.com/apache/airflow/pull/6007#issuecomment-626244214 Please fix the following tests too: ``` ************* 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: us...@infra.apache.org > Enable AWS Glue Job Integration > ------------------------------- > > Key: AIRFLOW-2310 > URL: https://issues.apache.org/jira/browse/AIRFLOW-2310 > Project: Apache Airflow > Issue Type: Improvement > Components: contrib > Reporter: Olalekan Elesin > Assignee: Olalekan Elesin > Priority: Major > Labels: AWS > > Would it be possible to integrate AWS Glue into Airflow, such that Glue jobs > and ETL pipelines can be orchestrated with Airflow -- This message was sent by Atlassian Jira (v8.3.4#803005)