moomindani commented on issue #71525:
URL: https://github.com/apache/airflow/issues/71525#issuecomment-5447829921

   Quick context before you spend time on this, since the thread is long: the 
underlying crash is already fixed in Airflow core from **3.1.0** onwards, and 
the affected window is the 3.0.x line. I verified that boundary with a 
real-environment matrix (provider pinned at 7.18.1 in every run, so core was 
the only variable): 3.0.6 reproduces the traceback frame-for-frame, while 
3.1.0, 3.1.1 and 3.2.2 all poll and fire the event normally — details in 
https://github.com/apache/airflow/issues/71525#issuecomment-5302280351.
   
   There are also two open PRs pointing at this issue already:
   
   * #71840 — provider-side fix, fetches the connection asynchronously so 
deferrable mode also works on 3.0.x.
   * #71667 — documents the core version floor for Databricks deferral.
   
   So a third implementation would most likely duplicate one of those. If you 
would like to help this along, reviewing #71840 (it has had no review since it 
was opened) is probably worth more than a new patch. Assignment is a 
committer's call, not mine.
   
   ---
   Drafted-by: Claude Code (Opus 5); reviewed by @moomindani before posting
   


-- 
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]

Reply via email to