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

Head commit for run:
90df9fdcf461ccf4c443d9ac71f0369e7c086492 / 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/28762040297

With regards,
GitHub Actions via GitBox


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

Reply via email to