ucx
ucx copied to clipboard
Automated migrations to Unity Catalog
Add initial interface for Data comparison framework
Resolves #573 This is in progress: * Unit and integration test to be added * To make a change in the workflow configurations to install the downloaded packages from the...
The recent release of DBR 14+ make `spark.catalog.x` functions 'safe' to run on shared compute so updating guidance. ## Changes Update assessment readme, updating user guidance for shared compute fixes...
## Changes Builds child dependency graph of libraries resolved via PipResolver, using DistInfo data Changed some tests that would consequently take minutes ### Linked issues #1202 Resolves #1642 ### Functionality...
## Changes Fix `create-catalogs-schemas` to allow more than 1 level nesting more than the external location. ### Linked issues Resolves #1700 ### Functionality - [ ] added relevant user documentation...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior We raise a library-not-found problem when import type_extentions ``` if TYPE_CHECKING:...
## Changes This PR downloads a wheel dependency locally (in a temporary location) to register it to the dependency graph ### Linked issues Part of #1640 ### Functionality - [...
We raise a `library-not-found` when a library is imported within a try-except ImortError. We should extend the linter to cover the following scenario without raising a `library-not-found` ``` python __all__...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior We raise an library not found problem with the following code...
- [x] download wheel from WSFS or DBFS - [x] Install to a temporary folder or any `sys.path` - [ ] lint all library files