Lee-W commented on code in PR #58190:
URL: https://github.com/apache/airflow/pull/58190#discussion_r2522581583
##########
airflow-core/src/airflow/jobs/job.py:
##########
@@ -164,7 +164,7 @@ def executors(self):
@cached_property
def heartrate(self) -> float:
- return Job._heartrate(self.job_type)
+ return Job._heartrate(str(self.job_type))
Review Comment:
I feel like we should make the db column non nullable? But that's an issue
for another PR. I'm good with what with have now 👍
--
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]