This is an automated email from the ASF dual-hosted git repository.
husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a3ebc4d5bb In docs use logical_date instead of deprecated
execution_date (#36654)
a3ebc4d5bb is described below
commit a3ebc4d5bb95890df72f39f9ad97bcfa81496c42
Author: Filip Popić <[email protected]>
AuthorDate: Mon Jan 8 00:08:23 2024 +0100
In docs use logical_date instead of deprecated execution_date (#36654)
---
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 8a4dff7be5..1c8f42e343 100644
--- a/docs/apache-airflow/templates-ref.rst
+++ b/docs/apache-airflow/templates-ref.rst
@@ -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