potiuk commented on code in PR #25012:
URL: https://github.com/apache/airflow/pull/25012#discussion_r920265439
##########
docs/apache-airflow/tutorial.rst:
##########
@@ -102,11 +102,31 @@ define a ``schedule_interval`` of 1 day for the DAG.
:start-after: [START instantiate_dag]
:end-before: [END instantiate_dag]
+Operators
+---------
+
+An operator defines a unit of work for Airflow to complete. Using operators is
the classic approach
+to defining work in Airflow. For some use cases, it's better to use the
TaskFlow API to define
+work in a Pythonic context as described in :doc:`/tutorial_taskflow_api`. For
now, using operators helps to
+illustrate the upstream and downstream dependencies between tasks.
Review Comment:
I like 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]