Repository: incubator-airflow Updated Branches: refs/heads/master 54f1b77f9 -> 2fef9152b
[AIRFLOW-XXX] Give a clue what the 'ds' variable is It's not explained anywhere else in the tutorial... Closes #2679 from tgs/patch-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/2fef9152 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/2fef9152 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/2fef9152 Branch: refs/heads/master Commit: 2fef9152bef38cc04885f387cd250c6a313d5295 Parents: 54f1b77 Author: Thomas Smith <[email protected]> Authored: Thu Nov 2 12:58:20 2017 +0100 Committer: Bolke de Bruin <[email protected]> Committed: Thu Nov 2 12:58:25 2017 +0100 ---------------------------------------------------------------------- docs/tutorial.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/2fef9152/docs/tutorial.rst ---------------------------------------------------------------------- diff --git a/docs/tutorial.rst b/docs/tutorial.rst index dc09482..8d2203c 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -195,7 +195,8 @@ templates. This tutorial barely scratches the surface of what you can do with templating in Airflow, but the goal of this section is to let you know this feature exists, get you familiar with double curly brackets, and -point to the most common template variable: ``{{ ds }}``. +point to the most common template variable: ``{{ ds }}`` (today's "date +stamp"). .. code:: python
