Skip to content

Commit 2fef915

Browse files
tgsbolkedebruin
authored andcommitted
[AIRFLOW-XXX] Give a clue what the 'ds' variable is
It's not explained anywhere else in the tutorial... Closes apache#2679 from tgs/patch-1
1 parent 54f1b77 commit 2fef915

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/tutorial.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ templates.
195195
This tutorial barely scratches the surface of what you can do with
196196
templating in Airflow, but the goal of this section is to let you know
197197
this feature exists, get you familiar with double curly brackets, and
198-
point to the most common template variable: ``{{ ds }}``.
198+
point to the most common template variable: ``{{ ds }}`` (today's "date
199+
stamp").
199200

200201
.. code:: python
201202

0 commit comments

Comments
 (0)