josh-fell commented on a change in pull request #19214:
URL: https://github.com/apache/airflow/pull/19214#discussion_r736087527
##########
File path: docs/apache-airflow/tutorial_taskflow_api.rst
##########
@@ -224,11 +224,11 @@ is automatically set to true.
Note, If you manually set the ``multiple_outputs`` parameter the inference is
disabled and
the parameter value is used.
-Adding dependencies to decorated tasks from regular tasks
----------------------------------------------------------
-The above tutorial shows how to create dependencies between python-based
tasks. However, it is
-quite possible while writing a DAG to have some pre-existing tasks such as
:class:`~airflow.operators.bash.BashOperator` or
:class:`~airflow.sensors.filesystem.FileSensor`
-based tasks which need to be run first before a python-based task is run.
+Adding dependencies to decorated tasks from traditional tasks
+-------------------------------------------------------------
+The above tutorial shows how to create dependencies between TaskFlow
functions. However, it is
Review comment:
Using the description "TaskFlow function" to be consistent with the
description in the Concepts: TaskFlow doc. Let me know if there is a more
succinct description we could use.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]