Skip to content

Make RollupMapper calendar windows DST-aware #68004

Description

@Lee-W

Body

RollupMapper with a DayWindow always expects 24 hourly keys, so a local-timezone upstream mapper breaks on DST days: spring-forward (23h) leaves one expected key that never arrives and the run is held forever; fall-back (25h) drops the extra hour's events.

Current workaround (in the partition docs / known limitations): use UTC partition keys.

This tracks making the calendar windows DST-aware so the expected key set matches the real number of hours, instead of relying on a UTC workaround.

related #64571.

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:corekind:bugThis is a clearly a bugkind:metaHigh-level information important to the communitypriority:mediumBug that should be fixed before next release but would not block a release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions