william-conti

Results 15 issues of 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...

feature

## 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...

migrate/external
tech debt

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...

pr/do-not-merge
tech debt

### 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...

good first issue
tech debt
feat/viz

**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...

bug

### 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...

migrate/jobs

### 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,...

feat/migration-index

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...