Skip to content

Commit

Permalink
In docs use logical_date instead of deprecated execution_date (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
fpopic authored and abhishekbhakat committed Mar 5, 2024
1 parent 3a47916 commit 74e92fb
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 74e92fb

Please sign in to comment.