william-conti
william-conti
## Steps to Reproduce If the cluster is stopped and there are libraries to be installed when starting the cluster. dbx will not wait that all of the libraries are...
## Changes Added a functionality to migrate tables in mounts to Unity Catalog. ### Functionality - [x] Creates a table in UC based on the table mapping csv file. -...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem statement It is possible to have tables in HMS that has been...
This pull request introduces new methods in the Makefile for running performance tests. It also adds a new test suite for performance in the `tests/performance` directory, including a conftest.py file...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem statement In the estimates dashboard, it's very difficult for a user to...
**Description** When running ws.dbutils.fs.ls the output is different than when the same command runs in a Notebook on a Databricks cluster. **Reproduction** Example: ws.dbutils.fs.ls -> FileInfo(path='dbfs:/mnt/things/a/b/0x7l', name='0x7l', size=0, modificationTime=xxx) FileInfo(path='dbfs:/mnt/things/a/b/dadf',...
**Description** Calling as_dict() after patching a group creates the following error message: ``` .0 = > if self.schemas: body['schemas'] = [v.value for v in self.schemas] E AttributeError: 'str' object has...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem statement With the addition of system tables support in UCX, we can...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem statement For large enterprise customers that are migrating tables in mount points,...
When writing notebooks, there is no way to print all logs to the UI, there's a limit in terms of Bytes. Having a way to dump logs to a file...