Lee-W commented on code in PR #63783: URL: https://github.com/apache/airflow/pull/63783#discussion_r2957534688
########## airflow-core/tests/unit/serialization/test_serialized_objects.py: ########## @@ -47,26 +47,26 @@ from airflow.models.xcom_arg import XComArg from airflow.partition_mappers.identity import IdentityMapper as CoreIdentityMapper from airflow.partition_mappers.temporal import ( - DailyMapper as CoreDailyMapper, - HourlyMapper as CoureHourlyMapper, - MonthlyMapper as CoreMonthlyMapper, - QuarterlyMapper as CoreQuarterlyMapper, - WeeklyMapper as CoreWeeklyMapper, - YearlyMapper as CoreYearlyMapper, + ToDailyMapper as CoreToDailyMapper, Review Comment: Thanks! just fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
