You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/27 06:05:49 UTC

[GitHub] [airflow] mai-nakagawa commented on a diff in pull request #23662: Implement PlainCronDataIntervalTimetable

mai-nakagawa commented on code in PR #23662:
URL: https://github.com/apache/airflow/pull/23662#discussion_r930652023


##########
airflow/timetables/interval.py:
##########
@@ -33,22 +34,14 @@
 Delta = Union[datetime.timedelta, relativedelta]
 
 
-class _DataIntervalTimetable(Timetable):
+class _CronAndDeltaTimetable(Timetable, ABC):

Review Comment:
   Thanks. Fixed by https://github.com/apache/airflow/pull/23662/commits/cb61d2e9c2fd7f9b30e7df2627cf06efbe53bfd8



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org