potix2 commented on a change in pull request #11531:
URL: https://github.com/apache/airflow/pull/11531#discussion_r505808993
##########
File path: airflow/providers/amazon/aws/operators/glue.py
##########
@@ -87,7 +88,7 @@ def __init__(
self.s3_bucket = s3_bucket
self.iam_role_name = iam_role_name
self.s3_protocol = "s3://"
- self.s3_artifcats_prefix = 'artifacts/glue-scripts/'
+ self.s3_artifacts_prefix = 'artifacts/glue-scripts/'
Review comment:
fix typo
----------------------------------------------------------------
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]