The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user eladkal (triggered by potiuk).

Head commit for run:
c72920af3be5f0590c832d23633acbf4765e9eb3 / Niko Oliveira <[email protected]>
Do not dynamically determine op links for emr serverless (#40627)

The dynamic determination of which extra link to include for the
EmrServerlessStartJobOperator does not work with templated fields, since
that evaluation was happening at DAG parsing time. This dynamic
determination has been completely removed because:

1) If using templated fields for some inputs it needed, DAG parsing
   would fail.
2) Changing the DAG definition relating to those links, would often
   remove links for all previous DAG runs.
3) It overly complicates the code.

The new behaviour is to add all links to the TI and only those that are enabled
will be "persisted" (i.e. actually have a link) and those that are not will be
present but greyed out and will link back to the TI (the Airflow default).

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

With regards,
GitHub Actions via GitBox


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

Reply via email to