erdos2n commented on code in PR #33408:
URL: https://github.com/apache/airflow/pull/33408#discussion_r1294751897
##########
airflow/providers/amazon/aws/hooks/glue.py:
##########
@@ -44,7 +44,8 @@ class GlueJobHook(AwsBaseHook):
:param retry_limit: Maximum number of times to retry this job if it fails
:param num_of_dpus: Number of AWS Glue DPUs to allocate to this Job
:param region_name: aws region name (example: us-east-1)
- :param iam_role_name: AWS IAM Role for Glue Job Execution
+ :param iam_role_name: AWS IAM Role for Glue Job Execution. If set
iam_role_arn must equal None.
Review Comment:
@vincbeck updated
##########
airflow/providers/amazon/aws/hooks/glue.py:
##########
@@ -44,7 +44,8 @@ class GlueJobHook(AwsBaseHook):
:param retry_limit: Maximum number of times to retry this job if it fails
:param num_of_dpus: Number of AWS Glue DPUs to allocate to this Job
:param region_name: aws region name (example: us-east-1)
- :param iam_role_name: AWS IAM Role for Glue Job Execution
+ :param iam_role_name: AWS IAM Role for Glue Job Execution. If set
iam_role_arn must equal None.
+ :param iam_role_arn: AWS IAM Role ARN for Glue Job Execution, If set
iam_role_name must equal None.
Review Comment:
@vincbeck updated
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]