ferruzzi opened a new pull request, #72042: URL: https://github.com/apache/airflow/pull/72042
`Variable.check_for_write_conflict` didn't pass `team_name`, so a team-scoped write had its conflict check resolved against the global scope. A backend shadowing the key in that team went undetected, while a global-only one warned about a conflict that would not actually shadow the read. Both callers already had the value and had validated it against `[core] multi_team`; it just was not forwarded. The lookup now also goes through `call_secrets_backend_method`, which forwards `team_name` only to overrides that accept it, so custom backends on the pre-3.2 `get_variable(self, key)` signature keep working. - [X] Yes (please specify the tool below) Generated-by: Kiro (claude-opus-5) 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]
