TJaniF commented on code in PR #41744:
URL: https://github.com/apache/airflow/pull/41744#discussion_r1730965227
##########
airflow/models/baseoperator.py:
##########
@@ -714,12 +714,14 @@ class derived from this one results in the creation of a
task object,
execution, receiving a context dictionary; raising an exception will
prevent the task from being executed.
- |experimental|
+ |experimental| Note that passing a function to the pre_execute
parameter is experimental,
+ while overriding .pre_execute in a custom operator is stable.
Review Comment:
Thank you! Yes, I agree, implementing is probably the more common term :)
--
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]