You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/10/13 18:12:34 UTC

[airflow] branch master updated: Updated tutorial_decorated_flows.rst to add links (#11510)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 4551a5e  Updated tutorial_decorated_flows.rst to add links (#11510)
4551a5e is described below

commit 4551a5e6d56ef4c141aa2ef0f7df20bbf2b09800
Author: Vikram Koka <vi...@astronomer.io>
AuthorDate: Tue Oct 13 11:10:20 2020 -0700

    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.
---
 docs/tutorial_decorated_flows.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/tutorial_decorated_flows.rst b/docs/tutorial_decorated_flows.rst
index 6d3dbbf..708316d 100644
--- a/docs/tutorial_decorated_flows.rst
+++ b/docs/tutorial_decorated_flows.rst
@@ -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>`.