The GitHub Actions job "CodeQL" on airflow.git/trigger-policy has succeeded.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
44f5011e8edb1c47cb7d7e9a634d0a82b6287015 / Wei Lee <[email protected]>
refactor(AIP-76): make rollup trigger policy a sum type

Replace the three-kwarg (`trigger_policy` enum + `allow_missing` +
`minimum_count`) API on `RollupMapper` with a single polymorphic
`trigger_policy: TriggerPolicy` kwarg. `WaitForAll()` (default)
and `MinimumCount(n)` carry their own `is_satisfied` / `is_unreachable`
logic; the scheduler dispatcher collapses from a 12-line `match` to a
two-method call. `MinimumCount(-3)` replaces `ALLOW_MISSING(3)` using
sign convention. Newsfragment 66846 updated.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to