potiuk commented on code in PR #32310:
URL: https://github.com/apache/airflow/pull/32310#discussion_r1249285350
##########
docs/apache-airflow/howto/operator/python.rst:
##########
@@ -28,6 +28,16 @@ Use the ``@task`` decorator to execute Python callables.
The ``@task`` decorator is recommended over the classic
:class:`~airflow.operators.python.PythonOperator`
to execute Python callables.
+.. note::
Review Comment:
Why here? It is importand and valid potint to mention but it works the same
way for every other operator, so I guess it should be explained in
https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/executor/local.html#local-executor
--
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]