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
Improve the devex around `known.json`:
- Improve logging so that it's clearer what it's doing, in particular
when there aren't any new distributions to scan.
- Handle building from scratch when `known.json` has been removed.
- Only rewrite the known.json file if it has changed.
- Use `importlib` instead of `pkgutil` when loading `known.json` (the
latter is deprecated from python 3.12).
### Functionality
- [ ] added relevant user documentation
- [ ] added new CLI command
- [ ] modified existing command: `databricks labs ucx ...`
- [ ] added a new workflow
- [ ] modified existing workflow: `...`
- [ ] added a new table
- [ ] modified existing table: `...`
### Tests
<!-- How is this tested? Please see the checklist below and also
describe any other relevant tests -->
- [X] manually tested
- [X] added unit tests
- [ ] added integration tests
- [ ] verified on staging environment (screenshot attached)
0 commit comments