The GitHub Actions job "Tests" on airflow.git/feat-58056-asset_and_time_schedule has failed. Run started by GitHub user nailo2c (triggered by nailo2c).
Head commit for run: b590149fa6125072daae2922bae3d339b7807b72 / nailo2c <[email protected]> Remove unused Asset import and fix test fixtures for new annotation The annotation on AssetAndTimeSchedule.__init__ was migrated to Collection[SerializedAsset] | SerializedAssetBase, leaving the TYPE_CHECKING-only Asset import unreferenced and breaking mypy on two test files that passed SDK Assets to the core class. The scheduler tests now import AssetAndTimeSchedule (and the matching CronTriggerTimetable) from airflow.sdk so the types align with how DAG authors use it; the timetable test fixture mirrors core_asset_timetable by constructing SerializedAsset directly. Report URL: https://github.com/apache/airflow/actions/runs/25412628844 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
