guan404ming opened a new pull request, #73235: URL: https://github.com/apache/airflow/pull/73235
- `upsert_hitl_detail` only wrote the request columns on insert, so a cleared or retried HITL task kept the first attempt's `subject`, `body`, `defaults` and `params` while the task re-ran with regenerated content. - The existing row now takes the request part from the latest payload; the response cleanup is unchanged. - Follow-up to #72155 and #72159, where this was flagged as a core issue out of scope for the provider. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Fable 5.1) Generated-by: Claude Code (Fable 5.1) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
