josh-fell commented on a change in pull request #19214:
URL: https://github.com/apache/airflow/pull/19214#discussion_r736498077



##########
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

Review comment:
       Yeah, fair. I think the original section heading was chosen because the 
example is specifically _from_ TaskFlow function _to_ a traditional task but I 
think folks could understand that's the concept is bidirectional. Although, do 
we want to use "TaskFlow functions" instead of "TaskFlow tasks" to be 
consistent?




-- 
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]


Reply via email to