Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix wrong {{ next_ds }} description (#4017)
Browse files Browse the repository at this point in the history
  • Loading branch information
gigkokman authored and msumit committed Oct 8, 2018
1 parent 3fb9776 commit c23db51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Variable Description
``{{ prev_ds_nodash }}`` the previous execution date as ``YYYYMMDD`` if exists, else ``None`
``{{ next_ds }}`` the next execution date as ``YYYY-MM-DD``
if ``{{ ds }}`` is ``2016-01-01`` and ``schedule_interval`` is ``@weekly``,
``{{ prev_ds }}`` will be ``2016-01-08``
``{{ next_ds }}`` will be ``2016-01-08``
``{{ next_ds_nodash }}`` the next execution date as ``YYYYMMDD`` if exists, else ``None`
``{{ yesterday_ds }}`` yesterday's date as ``YYYY-MM-DD``
``{{ yesterday_ds_nodash }}`` yesterday's date as ``YYYYMMDD``
Expand Down

0 comments on commit c23db51

Please sign in to comment.