potiuk commented on issue #25090: URL: https://github.com/apache/airflow/issues/25090#issuecomment-1199102555
I think either `data_interval_start` and `data_interval_end` are good. Traditionally `end` woudl have been betterm but with the new "PlainCronTimetable" we are finally getting into the realm of "normal cron behaviour" (which opens up Airflow to number of different "logical" cases) and with it `start` will seems much more natural. Somehow I have a feeling that we should be able to choose (per DAG) whether start or end is used. Maybe that is the right approach? We could even attempt to detect which one is "default" for each dag based on timetable. (Though as usual more options means more complexity). -- 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]
