carlos54 commented on issue #63527: URL: https://github.com/apache/airflow/issues/63527#issuecomment-4065826890
Hi @rich7420, thanks for the feedback. However, I am using Airflow 3.1.8, and the code structure in my version is slightly different. In 3.1.8, the crash occurs at line 565 (in _refresh_dag_bundles) because bundle_model is retrieved but not checked for None before accessing .last_refreshed. The fix you pointed to at L515 seems to address a similar pattern, but it doesn't prevent the specific crash in the current stable 3.1.8 logic when a new bundle is first initialized. -- 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]
