Repository: incubator-airflow Updated Branches: refs/heads/v1-9-test 61ec5cf91 -> 431d8ea6f
[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 (cherry picked from commit 2fef9152bef38cc04885f387cd250c6a313d5295) Signed-off-by: Bolke de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/431d8ea6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/431d8ea6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/431d8ea6 Branch: refs/heads/v1-9-test Commit: 431d8ea6ff2f7346ba55d9a01a46985aff8d1ee2 Parents: 61ec5cf 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:51 2017 +0100 ---------------------------------------------------------------------- docs/tutorial.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/431d8ea6/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
