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

Head commit for run:
e7c67e4b0de0425e78e652cc61cdf2da1bfbd91d / 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/22251448623

With regards,
GitHub Actions via GitBox


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

Reply via email to