ashb commented on a change in pull request #8962:
URL: https://github.com/apache/airflow/pull/8962#discussion_r441009470
##########
File path: docs/concepts.rst
##########
@@ -116,6 +116,46 @@ DAGs can be used as context managers to automatically
assign new operators to th
op.dag is dag # True
+.. _concepts:functional_dags:
+
+Functional DAGs
Review comment:
Random thought. Functional dags is perhaps not the right name for this
whole feature. It's not like functional programming where a something is run
without side-effects.
What would people think about renaming this to "Literate DAGs"? I'll take to
the mailing list if people agree, just something doesn't quite sit right with
me about "functional" today.
If no one else likes this/thinks functional is great then I'll not worry.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]