vincbeck opened a new issue, #56153: URL: https://github.com/apache/airflow/issues/56153
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers Main ### Apache Airflow version Main ### Operating System Macos ### Deployment Other ### Deployment details _No response_ ### What happened See [comment](https://github.com/apache/airflow/pull/56077#pullrequestreview-3273132817). The operator `EmrCreateJobFlowOperator` should follow the same standards as the other operator. All operators in Amazon provider package use the parameter `wait_for_completion` to configure whether the user wants to wait. However, in `EmrCreateJobFlowOperator`, this parameter is named `wait_policy` and is not a boolean but an enum. ### What you think should happen instead - Deprecate the parameter `wait_policy` - Add a new parameter `wait_for_completion` - Handle both parameters so that it is a non breaking change ### How to reproduce N/A ### 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]
