This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 72b2ec0ea49027666a2e1976b56503904556ed10 Author: Kolmakov Alexey <[email protected]> AuthorDate: Tue Apr 9 23:00:38 2024 +0300 Fix typo in templates-ref.rst (#38865) (cherry picked from commit 90aa4bb1da72f88b4927ca33e72feb55282e3c02) --- docs/apache-airflow/templates-ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/templates-ref.rst b/docs/apache-airflow/templates-ref.rst index dd05fcc831..8f5e3ff070 100644 --- a/docs/apache-airflow/templates-ref.rst +++ b/docs/apache-airflow/templates-ref.rst @@ -39,7 +39,7 @@ Variable Type Description ``{{ data_interval_start }}`` `pendulum.DateTime`_ Start of the data interval. Added in version 2.2. ``{{ data_interval_end }}`` `pendulum.DateTime`_ End of the data interval. Added in version 2.2. ``{{ logical_date }}`` `pendulum.DateTime`_ | A date-time that logically identifies the current DAG run. This value does not contain any semantics, but is simply a value for identification. - | Use ``data_interval_start`` and ``date_interval_end`` instead if you want a value that has real-world semantics, + | Use ``data_interval_start`` and ``data_interval_end`` instead if you want a value that has real-world semantics, | such as to get a slice of rows from the database based on timestamps. ``{{ ds }}`` str | The DAG run's logical date as ``YYYY-MM-DD``. | Same as ``{{ logical_date | ds }}``.
