kaxil commented on a change in pull request #13968:
URL: https://github.com/apache/airflow/pull/13968#discussion_r567012215



##########
File path: docs/apache-airflow/tutorial_taskflow_api.rst
##########
@@ -177,6 +177,40 @@ 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 
BashOperator or FileSensor

Review comment:
       This will make it easy for users to go to the Operator / Sensor 
definition if they are not already aware about it




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


Reply via email to