Skip to content

Commit

Permalink
In docs use logical_date instead of deprecated execution_date (#36654)
Browse files Browse the repository at this point in the history
(cherry picked from commit a3ebc4d)
  • Loading branch information
fpopic authored and ephraimbuddy committed Jan 11, 2024
1 parent 79e54c9 commit 1a92e92
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 @@ -157,7 +157,7 @@ Filters

Airflow defines some Jinja filters that can be used to format values.

For example, using ``{{ execution_date | ds }}`` will output the execution_date in the ``YYYY-MM-DD`` format.
For example, using ``{{ logical_date | ds }}`` will output the logical_date in the ``YYYY-MM-DD`` format.

===================== ============ ==================================================================
Filter Operates on Description
Expand Down

0 comments on commit 1a92e92

Please sign in to comment.