fat-catTW commented on PR #72139:
URL: https://github.com/apache/airflow/pull/72139#issuecomment-5564933748
Thanks for adding the regression tests!
I noticed one remaining test coverage gap.
The new `bundle_name` branch in `get_team_name_dep()` also affects the
following parse-time Variable operations:
- `GET /variables/keys`
- `PUT /variables/{key}`
- `DELETE /variables/{key}`
The PR description and newsfragment explicitly state that Variable writes
and key listing become team-scoped, but the current tests only cover Variable
lookup.
Could you add regression tests confirming that key listing, setting, and
deletion use the team resolved from the Dag bundle?
--
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]