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
Assessment: crawl UDFs as a task in parallel to tables instead of implicitly during grants (#2642)
## Changes
This PR updates the way UDFs are crawled/scanned during the `assessment`
workflow:
- Prior to this PR the UDFs are crawled/scanned implicitly by the
`GrantsCrawler`: it requests a snapshot from the `UDFSCrawler` but that
hasn't executed prior to this point in the workflow.
- With this PR, the UDFs are crawled/scanned as their own task in
parallel with tables before grants crawling commences.
### Linked issues
Progresses #2574, where grants and UDFs need to be refreshable but only
once within a given workflow run.
### Functionality
- modified existing workflow: `assessment`
### Tests
- [ ] manually tested
- [ ] added unit tests
- [ ] added integration tests
- [ ] verified on staging environment (screenshot attached)
0 commit comments