-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduced a static ownership crawler #3111
Open
FastLee
wants to merge
35
commits into
main
Choose a base branch
from
feat/table-group-ownership
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c973b05 - Browse repository at this point
Copy the full SHA c973b05View commit details -
Determine ownership of tables in the inventory based on the following…
… rules: - If a table is owned by a principal in the grants table, then that principal is the owner. - If a table is written to by a query, then the owner of that query is the owner of the table. - If a table is written to by a notebook or file, then the owner of the path is the owner of the table.
Configuration menu - View commit details
-
Copy full SHA for 0225ca4 - Browse repository at this point
Copy the full SHA 0225ca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eed6d76 - Browse repository at this point
Copy the full SHA eed6d76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1748b38 - Browse repository at this point
Copy the full SHA 1748b38View commit details -
Use table ownership heuristics for migrating ACLs
This PR prepends `OWN` grants when migrating ACLs for tables. For detailed logic on ownership heuristics, see #3066
Configuration menu - View commit details
-
Copy full SHA for 1455371 - Browse repository at this point
Copy the full SHA 1455371View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad8d557 - Browse repository at this point
Copy the full SHA ad8d557View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0a5da - Browse repository at this point
Copy the full SHA da0a5daView commit details -
Configuration menu - View commit details
-
Copy full SHA for c93615e - Browse repository at this point
Copy the full SHA c93615eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c422228 - Browse repository at this point
Copy the full SHA c422228View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e64c92 - Browse repository at this point
Copy the full SHA 7e64c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2cc246 - Browse repository at this point
Copy the full SHA b2cc246View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdfff7e - Browse repository at this point
Copy the full SHA bdfff7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8291bcb - Browse repository at this point
Copy the full SHA 8291bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d93767d - Browse repository at this point
Copy the full SHA d93767dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e65dd - Browse repository at this point
Copy the full SHA a1e65ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f258faa - Browse repository at this point
Copy the full SHA f258faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac6978f - Browse repository at this point
Copy the full SHA ac6978fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6f5be - Browse repository at this point
Copy the full SHA bd6f5beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 032d6cc - Browse repository at this point
Copy the full SHA 032d6ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b22313 - Browse repository at this point
Copy the full SHA 5b22313View commit details -
Configuration menu - View commit details
-
Copy full SHA for a26653c - Browse repository at this point
Copy the full SHA a26653cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d519e8 - Browse repository at this point
Copy the full SHA 4d519e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b0bb3 - Browse repository at this point
Copy the full SHA c3b0bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4719349 - Browse repository at this point
Copy the full SHA 4719349View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e93e4 - Browse repository at this point
Copy the full SHA b2e93e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb15b2a - Browse repository at this point
Copy the full SHA bb15b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 603efb0 - Browse repository at this point
Copy the full SHA 603efb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe47b55 - Browse repository at this point
Copy the full SHA fe47b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for a940902 - Browse repository at this point
Copy the full SHA a940902View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1e6e8 - Browse repository at this point
Copy the full SHA 3f1e6e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7042ee - Browse repository at this point
Copy the full SHA e7042eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd1bbf - Browse repository at this point
Copy the full SHA 9dd1bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86fdcb9 - Browse repository at this point
Copy the full SHA 86fdcb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0584327 - Browse repository at this point
Copy the full SHA 0584327View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab4bc78 - Browse repository at this point
Copy the full SHA ab4bc78View commit details
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.