[
https://issues.apache.org/jira/browse/AIRFLOW-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17103509#comment-17103509
]
ASF GitHub Bot commented on AIRFLOW-2310:
-----------------------------------------
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]
> 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)