Skip to content

Commit

Permalink
Fix typo in templates-ref.rst (#38865)
Browse files Browse the repository at this point in the history
(cherry picked from commit 90aa4bb)
  • Loading branch information
alxkolm authored and jedcunningham committed Apr 26, 2024
1 parent 84b76e0 commit 72b2ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/templates-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}``.
Expand Down

0 comments on commit 72b2ec0

Please sign in to comment.