Arwiim opened a new issue #19717: URL: https://github.com/apache/airflow/issues/19717
### Apache Airflow version 2.0.1 ### Operating System LInux ### Versions of Apache Airflow Providers 2.0.1 ### Deployment Official Apache Airflow Helm Chart ### Deployment details Is running in a EKS cluster ### What happened im trying to render a macro in the arguments of the glue operator  but in glue, shows the literrly string ![Uploading image.png…]() ### What you expected to happen I want it to render the parameter well, in the case of the python operator it does it without problems ### How to reproduce import airflow.providers.amazon.aws.operators.glue AwsGlueJobOperator create a task with that operator, and pass the argument script_args in the scripts_args pass a macro for render ### Anything else _No response_ ### Are you willing to submit 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]
