This is an automated email from the ASF dual-hosted git repository.

uranusjr 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 0e4d300139 Clarify dag_run.logical_date is not identical to 
logical_date
0e4d300139 is described below

commit 0e4d3001397ba2005b2172ad401f9938d5d6aaf8
Author: tomoemon <[email protected]>
AuthorDate: Tue Aug 29 18:56:27 2023 +0900

    Clarify dag_run.logical_date is not identical to logical_date
    
    Co-authored-by: Hussein Awala <[email protected]>
---
 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 7670264627..6a022a4d92 100644
--- a/docs/apache-airflow/templates-ref.rst
+++ b/docs/apache-airflow/templates-ref.rst
@@ -99,7 +99,7 @@ existing code to use other variables instead.
 =====================================   ====================================
 Deprecated Variable                     Description
 =====================================   ====================================
-``{{ execution_date }}``                the execution date (logical date), 
same as ``dag_run.logical_date``
+``{{ execution_date }}``                the execution date (logical date), 
same as ``logical_date``
 ``{{ next_execution_date }}``           the logical date of the next scheduled 
run (if applicable);
                                         you may be able to use 
``data_interval_end`` instead
 ``{{ next_ds }}``                       the next execution date as 
``YYYY-MM-DD`` if exists, else ``None``

Reply via email to