Skip to content
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

Determine ownership of tables based on grants and source code #3066

Merged
merged 5 commits into from
Oct 24, 2024

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    bc16f5e View commit details
    Browse the repository at this point in the history
  2. 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.
    nfx committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1da9cae View commit details
    Browse the repository at this point in the history
  3. ...

    nfx committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7fc54c3 View commit details
    Browse the repository at this point in the history
  4. ...

    nfx committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    59976f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ee615b View commit details
    Browse the repository at this point in the history