shivaam commented on issue #70080: URL: https://github.com/apache/airflow/issues/70080#issuecomment-5127203525
I have started working on a compatible first slice for this issue. The plan is to keep the existing POST route for older Task SDK clients, validate its Dag/run/task/map identity against the TaskInstance identified by the JWT, and use the token-resolved identity for the write. I will keep the read-route source identifiers unchanged because cross-task, cross-Dag, historical, and mapped XCom pulls rely on them. I am testing matching and mismatched identities, mapped tasks, and retry behavior locally. --- Drafted-by: Codex (GPT-5) (no human review 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]
