The GitHub Actions job "Tests (AMD)" on airflow.git/fix/cron-presets-task-sdk-66101 has failed. Run started by GitHub user guhyunwoo (triggered by guhyunwoo).
Head commit for run: df6aae73b2dad9b2d83c47a4a5db3c40e53f70b4 / Hyunwoo Gu <[email protected]> Fix cron preset schedules (@daily, @hourly, ...) failing validation in Task SDK The Task SDK's CronMixin passed cron preset strings to croniter without expanding them, so Dag(..., schedule="@daily") raised AirflowTimetableInvalid at parse time -- a regression from 3.1.8 where the now-legacy airflow-core CronMixin mapped presets via cron_presets.get(cron, cron) before validation. Expand presets on the task-sdk CronMixin via an attrs field converter so the stored expression matches the legacy invariant. closes: #66101 Report URL: https://github.com/apache/airflow/actions/runs/26104149692 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
