vatsrahul1001 commented on PR #68008: URL: https://github.com/apache/airflow/pull/68008#issuecomment-5129854846
Flagging this for the milestone: I don't think it can go into 3.3.1. It relies on `_resolve_version_data` from #69185, which itself builds on #67217 (wiring `version_data` into the task execution path). Neither is on `v3-3-test` — the `version_data` column shipped in 3.3.0, but the wiring into task execution and callbacks only landed in 3.4.0 — so a cherry-pick here just fails to compile, and getting it in would mean backporting the whole #67217 → #69185 chain into a patch. I'll move it to 3.4.0, where its dependencies already are. If the underlying bug (pinned-run heartbeat-timeout callbacks initializing against the wrong bundle version) is bad enough to warrant a 3.3.1 fix, we'd want a smaller standalone version reworked for the `v3-3-test` callback path — happy to do that if we think it's worth it. --- Drafted-by: Claude Code (Opus 4.8); reviewed by @vatsrahul1001 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]
