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

   This adds multiple fields on DagModel to support various introspection 
features on the dag’s next scheduled run. Those fields are populated when the 
scheduler calculates when the dag should be run (time-based), and can be 
retrieved via a CLI similar to how logical-date-based scheduling can be 
introspected.
   
   A new flag `partitioned` is added to timetable classes, and transferred to 
DagModel during dag-processing, so we can cheaply determine how a dag is being 
scheduled.
   
   I also added `partition_date` on DagRun since this seems to fit everything 
else. I’ll remove it if that’s not the right 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]

Reply via email to