Skip to content

Commit

Permalink
[AIRFLOW-XXX] The execution_date is Pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Feb 1, 2019
1 parent ee5b8c2 commit f07f3a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ Variable Description
``{{ ts }}`` same as ``execution_date.isoformat()``. Example: ``2018-01-01T00:00:00+00:00``
``{{ ts_nodash }}`` same as ``ts`` without ``-``, ``:`` and TimeZone info. Example: ``20180101T000000``
``{{ ts_nodash_with_tz }}`` same as ``ts`` without ``-`` and ``:``. Example: ``20180101T000000+0000``
``{{ execution_date }}`` the execution_date, (datetime.datetime)
``{{ prev_execution_date }}`` the previous execution date (if available) (datetime.datetime)
``{{ next_execution_date }}`` the next execution date (datetime.datetime)
``{{ execution_date }}`` the execution_date (pendulum.Pendulum)
``{{ prev_execution_date }}`` the previous execution date (if available) (pendulum.Pendulum)
``{{ next_execution_date }}`` the next execution date (pendulum.Pendulum)
``{{ dag }}`` the DAG object
``{{ task }}`` the Task object
``{{ macros }}`` a reference to the macros package, described below
Expand Down

0 comments on commit f07f3a8

Please sign in to comment.