You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/17 21:21:47 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #25027: include logical_date in table

uranusjr commented on code in PR #25027:
URL: https://github.com/apache/airflow/pull/25027#discussion_r922897076


##########
docs/apache-airflow/templates-ref.rst:
##########
@@ -38,6 +38,7 @@ Variable                                    Description
 ==========================================  ====================================
 ``{{ data_interval_start }}``               Start of the data interval (`pendulum.DateTime`_).
 ``{{ data_interval_end }}``                 End of the data interval (`pendulum.DateTime`_).
+``{{ logical_date }}``                      The DAG run's logical date as ``YYYY-MM-DD``.

Review Comment:
   This is not right, I believe the value is a DateTime object



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org