Updated tutorial_decorated_flows.rst to add links (#11510)

Added links to the Decorated Flows AIP and to the Decorated Flows section of the Concepts doc.
This commit is contained in:
Vikram Koka 2020-10-13 11:10:20 -07:00 коммит произвёл GitHub
Родитель c6048918bc
Коммит 4551a5e6d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -150,3 +150,7 @@ What's Next?
You have seen how simple it is to write DAGs using the Decorated Flows paradigm within Airflow 2.0. Please do
read the :ref:`Concepts page<concepts>` for detailed explanation of Airflow concepts such as DAGs, Tasks,
Operators, etc, and the :ref:`concepts:task_decorator` in particular.
More details about Decorated Flows, can be found as part of the Airflow Improvement Proposal
`AIP-31: "Decorated Flows" for clearer/simpler DAG definition <https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=148638736>`__
and specifically within the Concepts guide at :ref:`Concepts - Decorated Flows<concepts:decorated_flows>`.