The GitHub Actions job "Tests (AMD)" on airflow.git/fix-rollup-partition-date 
has failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
74c3577ddebaf75afe395cccb4e750aaf4822940 / Wei Lee <[email protected]>
fix(scheduler): populate partition_date for temporal asset partitions

Asset-triggered partitioned Dag runs now set partition_date when the
partition is temporal — a temporal mapper directly, or composed in a
RollupMapper (fan-in), FanOutMapper (fan-out), or ChainMapper. The anchor
is localized with the mapper's own timezone so it lands on the same UTC
instant as the cron partition path; non-temporal mappers leave it unset.

Adds PartitionMapper.to_partition_date(downstream_key): temporal mappers
decode the key to their window anchor and composites delegate to the child
that owns the downstream key, so the scheduler resolves the date
polymorphically instead of type-switching. When upstream mappers disagree
on the instant for a key, partition_date is left unset and logged rather
than guessed.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to