Skip to content

Commit 9358c18

Browse files
committed
forced pre-commit
1 parent 72740b7 commit 9358c18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/apache-airflow/templates-ref.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ Variable Type Description
8181
The DAG run's logical date, and values derived from it, such as ``ds`` and
8282
``ts``, **should not** be considered unique in a DAG. Use ``run_id`` instead.
8383

84-
Accessing Airflow context variables from TaskFlow tasks
84+
Accessing Airflow context variables from TaskFlow tasks
8585
-------------------------------------------------------
8686

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
8989
is an example of accessing a ``task_instance`` object from its task:
9090

9191
.. include:: ../shared/template-examples/taskflow.rst
9292

93-
Deprecated variables
93+
Deprecated variables
9494
-------------------------------------------------------
9595

9696
The following variables are deprecated. They are kept for backward compatibility, but you should convert

0 commit comments

Comments
 (0)