The GitHub Actions job "Tests (AMD)" on 
airflow.git/ramitkataria/mt/trigger-queries has succeeded.
Run started by GitHub user ramitkataria (triggered by ramitkataria).

Head commit for run:
8182f40c69f6b3fdd73d04ec4f29759047933c2e / Ramit Kataria <[email protected]>
Add multi-team query filtering to triggerer trigger assignment

When core.multi_team is enabled, the triggerer's polling queries now
filter triggers by team_name. A team-scoped triggerer (--team-name X)
only picks up triggers with team_name='X', while a global triggerer
(no --team-name) only picks up triggers with team_name IS NULL.

When core.multi_team is disabled, no filtering is applied and queries
remain unchanged from the non-multi-team path. This handles the edge
case where multi-team is disabled after triggers were already created
with a team assignment, so those triggers are still picked up rather
than orphaned.

Team and queue filters combine as AND conditions.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to