This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit c962688473044c6643d9391895ba5a7cd97dbb7e Author: Christophoros Antoniades <[email protected]> AuthorDate: Fri Mar 3 20:24:58 2023 +0100 Correct argument name of Workday timetable in timetable.rst (#29896) (cherry picked from commit c02c3010d83b3cc1cc3007ad56f51af6538c8424) --- docs/apache-airflow/howto/timetable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/howto/timetable.rst b/docs/apache-airflow/howto/timetable.rst index 0cbf817c78..fac296377f 100644 --- a/docs/apache-airflow/howto/timetable.rst +++ b/docs/apache-airflow/howto/timetable.rst @@ -123,7 +123,7 @@ Next is the implementation of ``next_dagrun_info``: :start-after: [START howto_timetable_next_dagrun_info] :end-before: [END howto_timetable_next_dagrun_info] -This method accepts two arguments. ``last_automated_dagrun`` is a +This method accepts two arguments. ``last_automated_data_interval`` is a :class:`~airflow.timetables.base.DataInterval` instance indicating the data interval of this DAG's previous non-manually-triggered run, or ``None`` if this is the first time ever the DAG is being scheduled. ``restriction`` encapsulates
