The GitHub Actions job "Tests (AMD)" on 
airflow.git/ghaeli/callback-context-execution-api has succeeded.
Run started by GitHub user seanghaeli (triggered by seanghaeli).

Head commit for run:
49f34b2164bebd24417c1cab1a449f7e346ac1d3 / Sean Ghaeli <[email protected]>
Wire team_name through deadline callbacks for multi-team compatibility

When core.multi_team is enabled, callback JWT tokens (which use a callback
UUID as sub rather than a TI ID) would cause get_team_name_dep to return
None, silently scoping all Variable/Connection lookups to the global
namespace instead of the callback's team.

Two fixes:
- get_team_name_dep now falls back to a Callback→dag_id→Team path when
  the TI join returns nothing, so callbacks resolve team_name correctly.
- TriggererCallback.queue() now sets trigger.team_name via DagModel, so
  the triggerer's team-based trigger assignment routes callback triggers
  to the correct team-scoped triggerer instance.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to