File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,16 +81,16 @@ Variable Type Description
81
81
The DAG run's logical date, and values derived from it, such as ``ds `` and
82
82
``ts ``, **should not ** be considered unique in a DAG. Use ``run_id `` instead.
83
83
84
- Accessing Airflow context variables from TaskFlow tasks
84
+ Accessing Airflow context variables from TaskFlow tasks
85
85
-------------------------------------------------------
86
86
87
- While ``@task `` decorated tasks don't support rendering jinja templates passed as arguments,
88
- all of the variables listed above can be accessed directly from tasks. The following code block
87
+ While ``@task `` decorated tasks don't support rendering jinja templates passed as arguments,
88
+ all of the variables listed above can be accessed directly from tasks. The following code block
89
89
is an example of accessing a ``task_instance `` object from its task:
90
90
91
91
.. include :: ../shared/template-examples/taskflow.rst
92
92
93
- Deprecated variables
93
+ Deprecated variables
94
94
-------------------------------------------------------
95
95
96
96
The following variables are deprecated. They are kept for backward compatibility, but you should convert
You can’t perform that action at this time.
0 commit comments