pachu opened a new issue, #33248: URL: https://github.com/apache/airflow/issues/33248
### Description There is mandatory parameter iam_role_name parameter for GlueJobOperator/GlueJobHook. It adds additional step of translating it to the arn, which needs connectivity to the global iam AWS endpoint (no privatelink availabale). For private setups it needs opening connectivity + proxy configuration to make it working. It would be great to have also possibility to just pass directly iam_role_arn and avoid this additional step. ### Use case/motivation Role assignation does not need external connectivity, possibility of adding arn instead of the name. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
