carlos54 commented on issue #63527: URL: https://github.com/apache/airflow/issues/63527#issuecomment-4065868128
Hi @rich7420 / @carlos54, Thank you for sharing that link. I reviewed your code, and the safeguard you implemented (if bundle_model is None: continue) is exactly the same logic I applied locally to my 3.1.8 environment. I can confirm it completely resolves the AttributeError crash during the DagBundleProcessor initialization. Even though the line numbers differ slightly (L515 in your branch vs L565 in the stable 3.1.8 release), the core issue is identical. Since this is a blocking issue for dynamic DAG bundle creation in the current stable release, could you clarify the roadmap for this fix? When can we expect this fix to be integrated and released in the 3.1.x stable branch (e.g., 3.1.9)? If this fix is currently only sitting in a personal fork or an unmerged AIP-66 development branch, I am more than happy to open a formal PR targeting the v3-1-test (or equivalent) branch to help get this shipped as a hotfix. -- 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]
