haseebmalik18 opened a new pull request, #70448:
URL: https://github.com/apache/airflow/pull/70448
`job_flow_id` and `job_flow_name` on `EmrAddStepsOperator` are template
fields, so Jinja renders them after `__init__` runs. The mutual-exclusion check
lived in `__init__`, which meant it validated the raw `{{ ... }}` expressions
instead of the actual values. This moves the check into `execute()` so it runs
after rendering.
Part of #70296.
---
--
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]