The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/trigger-policy has failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
b7d6d3dea2b07cb4b10895ab9c29fd5991d179a2 / 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.

# Conflicts:
#       airflow-core/src/airflow/partition_mappers/base.py

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

With regards,
GitHub Actions via GitBox


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

Reply via email to