From 0b36371e9cc0d576cfde1870d51b22ed3f0aa9e8 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sat, 21 Nov 2015 09:39:23 -0800 Subject: [PATCH] Adding entry in docs --- docs/code.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/code.rst b/docs/code.rst index aa5720d2b9..5db0968380 100644 --- a/docs/code.rst +++ b/docs/code.rst @@ -128,6 +128,8 @@ Variable Description ``airflow.cfg`` ``run_id`` the ``run_id`` of the current DAG run ``dag_run`` a reference to the DAG run object +``test_mode`` whether the task instance was called using + the CLI's test subcommand ================================= ==================================== Note that you can access the object's attributes and methods with simple