uranusjr commented on code in PR #38093:
URL: https://github.com/apache/airflow/pull/38093#discussion_r1525238806
##########
airflow/jobs/job.py:
##########
@@ -123,6 +123,10 @@ def __init__(self, executor=None, heartrate=None,
**kwargs):
def executor(self):
return ExecutorLoader.get_default_executor()
+ @cached_property
Review Comment:
If this is cached elsewhere anyway, I guess my main issue is it is unclear
why this property is more useful than just calling the underlying method
directly.
--
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]