Skip to content

Commit

Permalink
forced pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RNHTTR committed Aug 13, 2023
1 parent 72740b7 commit 9358c18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/apache-airflow/templates-ref.rst
Expand Up @@ -81,16 +81,16 @@ Variable Type Description
The DAG run's logical date, and values derived from it, such as ``ds`` and
``ts``, **should not** be considered unique in a DAG. Use ``run_id`` instead.

Accessing Airflow context variables from TaskFlow tasks
Accessing Airflow context variables from TaskFlow tasks
-------------------------------------------------------

While ``@task`` decorated tasks don't support rendering jinja templates passed as arguments,
all of the variables listed above can be accessed directly from tasks. The following code block
While ``@task`` decorated tasks don't support rendering jinja templates passed as arguments,
all of the variables listed above can be accessed directly from tasks. The following code block
is an example of accessing a ``task_instance`` object from its task:

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

Deprecated variables
Deprecated variables
-------------------------------------------------------

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

0 comments on commit 9358c18

Please sign in to comment.