eladkal commented on code in PR #25410:
URL: https://github.com/apache/airflow/pull/25410#discussion_r939714476
##########
docs/apache-airflow/templates-ref.rst:
##########
@@ -89,16 +89,11 @@ existing code to use other variables instead.
Deprecated Variable Description
===================================== ====================================
``{{ execution_date }}`` the execution date (logical date),
same as ``dag_run.logical_date``
-``{{ next_execution_date }}`` the next execution date (if available)
(`pendulum.DateTime`_)
- if ``{{ execution_date }}`` is
``2018-01-01 00:00:00`` and
- ``schedule_interval`` is ``@weekly``,
``{{ next_execution_date }}``
- will be ``2018-01-08 00:00:00``
Review Comment:
I don't think the intent was to remove the example?
--
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]