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

Head commit for run:
ea441ce0f3d3e469495124d20851a40e607e2878 / Wei Lee <[email protected]>
feat(AIP-76): support forward fan-out via direction kwarg on Window

Adds direction: WindowDirection = WindowDirection.BACKWARD to Window.
Pass direction=WindowDirection.FORWARD (e.g. 
WeekWindow(direction=WindowDirection.FORWARD))
to fan out the period that follows the upstream key instead of the period
it represents — covers the \"weekly W10 → daily W11\" pattern from the issue.
FanOutMapper is untouched; default WindowDirection.BACKWARD preserves
all existing behaviour.

Also folds in two small drive-by fixes: _Serializer.serialize_window now
delegates to window.serialize() instead of returning {} (which silently
dropped state even in the backward-only era), and the test_encode_fan_out_mapper
fixture picks up \"timezone\": \"UTC\" entries it had been missing since #62709.

Closes #65761.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to