john-jac opened a new pull request, #30026:
URL: https://github.com/apache/airflow/pull/30026

   **Updates to Workday Example in Customizing DAG Scheduling with Timetables**
   
   The existing workday example provided a good demonstration of customizing 
DAG scheduling with timetables. However the benefits were somewhat limited over 
using a CRON string.
   
   This PR provides a more robust example for Airflow users by adding a holiday 
filter to the existing weekend exclusions. The primary benefits of this change 
are as follows:
   
   1. It provides a solution to a common use case for Airflow users that cannot 
be approximated with CRON.
   2. It separates out the logic of determining whether to schedule on a given 
day from the common logic used by Airflow to request what the next scheduled 
date/time should be.
   
   


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