uranusjr opened a new pull request, #46846:
URL: https://github.com/apache/airflow/pull/46846

   This completes the matrix of trigger vs data interval, and cron vs delta 
expression timetables. The goal is to replace 'schedule' expressions where 
currently the data interval timetables are used to use trigger timetables 
instead, e.g. 'schedule=timedelta(days=1)'.
   
   Trigger timetables do not have data intervals (by default), and also have a 
more intuitive logical date representation. This is a lot more intuitive not 
only for Airflow newcomers, but also existing users that do not care about data 
intervals, but use DAGs as a workflow that simply runs periodically.
   
   If this sounds like a good idea, I will create two subsequent PRs to switch 
the configs (so trigger timetables are used by default), and to backport the 
timetable to 2.11 for migration.


-- 
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]

Reply via email to