laksh-krishna-sharma opened a new pull request, #56158: URL: https://github.com/apache/airflow/pull/56158
### Summary of changes Closes #56153 - Deprecated `wait_policy` parameter in `EmrCreateJobFlowOperator`. - Added `wait_for_completion` (boolean) as the standard parameter (consistent with other Amazon operators). - Preserved backward compatibility by mapping `wait_policy` → `wait_for_completion`. - Updated operator docstring. ### Changes made - Refactored constructor logic to prefer `wait_for_completion`. - Deprecated `wait_policy` with warning. - Updated `execute` to rely on `wait_for_completion`. - Updated operator documentation. -- 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]
