The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user josh-fell (triggered by josh-fell).

Head commit for run:
47fc253ea432d3d794c09dfa893cdbda03af4237 / Josh Fell 
<[email protected]>
Move string arg evals to `execute()` in `EksCreateClusterOperator` (#23877)

Currently there are string-value evaluations of `compute`, 
`nodegroup_role_arn`,  and `fargate_pod_execution_role_arn` args in the 
constructor of `EksCreateClusterOperator`.  These args are all listed as a 
template fields so it's entirely possible that the value(s) passed in to the 
operator is a Jinja expression or an `XComArg`. Either of these value types 
could cause a false-negative `ValueError` (in the case of unsupported `compute` 
values) or a `false-positive` (in the the cases of explicit checks for the *arn 
values) since the values themselves have not been rendered.

This PR moves the evaluations of these args to the `execute()` scope.

Report URL: https://github.com/apache/airflow/actions/runs/2381953698

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to