The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/oss/links-b-xcom-key-ti-key has failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
2dfc9449bb1a92b19b814a3de1feb01eee7c5191 / 1fanwang <[email protected]>
Let a link opt into keeping one row per attempt

Approach B for #71471: the link decides, rather than core keeping a row per 
attempt
for every link. BaseOperatorLink gains keeps_a_link_per_attempt and 
xcom_key_for_try,
and only links that set the flag get extra rows.

The flag has to survive DAG serialization, since the api-server reads links 
through
XComOperatorLink, which is rebuilt from {name: xcom_key} and knows nothing 
about the
original class. That mapping now carries {key, per_attempt} for opted-in links 
and
stays a bare string otherwise.

Signed-off-by: 1fanwang <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to