uranusjr commented on code in PR #25711: URL: https://github.com/apache/airflow/pull/25711#discussion_r963956875
########## docs/apache-airflow/concepts/operators.rst: ########## @@ -29,9 +29,14 @@ An Operator is conceptually a template for a predefined :doc:`Task <tasks>`, tha Airflow has a very extensive set of operators available, with some built-in to the core or pre-installed providers. Some popular operators from core include: - :class:`~airflow.operators.bash.BashOperator` - executes a bash command -- :class:`~airflow.operators.python.PythonOperator` - calls an arbitrary Python function - :class:`~airflow.operators.email.EmailOperator` - sends an email +Use the ``@task`` decorator to execute an arbitrary Python function Review Comment: This sentence feels out of place. Should it be a bullet in the above list? -- 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]
