[air] Apply permissions to direct-run jobs - #6653
Merged
Merged
Conversation
Collaborator
Integration test reportCommit: 03b16de
Top 16 slowest tests (at least 2 minutes):
|
caroline-db
marked this pull request as ready for review
September 11, 2026 20:40
maggiewang-db
left a comment
Contributor
There was a problem hiding this comment.
Hi can you take a look at https://docs.google.com/document/d/1-ggJGjKrqU9iztORxvKdlHJlTFdA7lCgBOwOPoJP6a8/edit?usp=sharing (the recommended option section on top) ?
On a high level, the decision is:
- Jobs ACLs govern orchestration data, including logs.
- MLflow experiment ACLs govern experiment data such as metrics and configuration.
Sharing log access through CLI should therefore require only the job permission.
maggiewang-db
requested changes
Sep 15, 2026
caroline-db
force-pushed
the
air/direct-run-permissions
branch
from
September 16, 2026 15:05
e5e2694 to
03b16de
Compare
maggiewang-db
approved these changes
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
air run.Why
Direct AIR runs accepted
permissionsbut did not apply them, while converted DABs already emitted Job permissions. Jobs ACLs govern orchestration data, including logs, while MLflow ACLs independently govern experiment data.Tests
CAN_VIEWpermission on the submitted Job../task fmt,./task checks,./task lint, and./task test.This PR was written with Codex.