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. Also it should
be mentioned this is the same value as both `dag_run.logical_date` and
`ti.logical_date`, those two are more explicit names and thus preferred.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]