jedcunningham commented on code in PR #48004:
URL: https://github.com/apache/airflow/pull/48004#discussion_r2005637706
##########
airflow/dag_processing/processor.py:
##########
@@ -305,7 +306,7 @@ def is_ready(self) -> bool:
@property
def start_time(self) -> float:
- return self._process.create_time()
+ return timezone.utcnow().timestamp()
Review Comment:
You've probably found the right root cause, but returning now for start_time
isn't the fix I don't think.
--
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]