uranusjr commented on issue #25090: URL: https://github.com/apache/airflow/issues/25090#issuecomment-1200765068
> choose (per DAG) whether start or end is used This is likely too much burden on the user; I imagine most users don’t actually have a good grasp on how the runs _should_ be ordered and would be hard-pressed to choose a “correct” value. But I wonder if making the logic _per-timetable_ make sense, i.e. for some timetables the start makes more sense, and some the end, so a hook on the timetable class to return a “logical” date (pardon the name) to use in sorting algorithms seems like a reasonable approach. -- 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]
