The GitHub Actions job "Build Images" on airflow.git has succeeded. Run started by GitHub user josh-fell (triggered by josh-fell).
Head commit for run: daef91e8b6b812c5027c2472fd8967c29d11b76f / Josh Fell <[email protected]> Move string arg evals to `execute()` in `EksCreateClusterOperator` 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/2374936811 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
