You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
As part of #2761 we need to have a way for determining the user
responsible for some of our inventory types. This PR updates the crawler
framework so that:
- There is a way to identify an owner of a resource referred to by
inventory records.
- When the owner cannot be identified, a workspace or account
administrator is used instead.
### Linked issues
Progresses #2761.
### Functionality
- A component for locating an administrator user.
- Ownership information for the following inventory types:
- [X] `ClusterInfo`
- [x] `DirectFsAccess` (stubbed)
- [X] `Grant`
- [x] `JobInfo`
- [x] `PipelineInfo`
- [X] `PolicyInfo`
- [x] `Table`
- [x] `TableMigrationStatus`
- [x] `UDF`
### Tests
- [x] added unit tests
- [x] added integration tests
0 commit comments