The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/addSimpleTaskExtraLinkSupport has failed.
Run started by GitHub user fredthomsen (triggered by fredthomsen).

Head commit for run:
aaa36f05c2ffed27d647903b4899a8450d0362c6 / Fred Thomsen <[email protected]>
Add simple extra links for TaskFlow tasks

Enable @task(extra_links=["Name", ...]) so decorated
tasks can set link URLs at runtime via the extra_links
context variable (extra_links["Name"] = "https://...";).

Links are pre-declared in the decorator for two reasons:
1. Keep webserver link rendering consistent with how
   provider-based operator links already work
2. Warn when a task overrides links from other sources

URLs are pushed to XCom via SUPERVISOR_COMMS on every
assignment, so links work even when the task runs in a
subprocess (e.g. @task.virtualenv).

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

With regards,
GitHub Actions via GitBox


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

Reply via email to