Matt Morris

Results 5 issues of Matt Morris

**Description** The `databricks.sdk.service.catalog.Privilege` Enum is missing members `CREATE_FOREIGN_SCHEMA`, and `CREATE_FOREIGN_TABLE`, which are valid privileges on a connection. **Reproduction** ```python from databricks.sdk.service.catalog import Privilege print(Privilege.CREATE_FOREIGN_SCHEMA) print(Privilege.CREATE_FOREIGN_TABLE) ``` **Expected behavior** That these...

**Description** [This page](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/catalog/connections.html#databricks.sdk.service.catalog.ConnectionsAPI.list) points to a change that was added in the recent release that `w.connections.list` now requires `catalog.ListConnectionsRequest` instance positional argument. The function signature does not suggest this, and...

**Problem Statement** Type-hinting for return statements on API properties of WorkspaceClient no longer helpful beginning with version [`0.42.0`](https://github.com/databricks/databricks-sdk-py/commit/6f094aafffc13fbe5c236e6a7735b1b239b1ab78). Though the imports exist at the top of the file for the...

Feature Request

### dlt version 1.15.0 ### Describe the problem When using databricks-sql-connector versions greater than 4.0.5, the following error is encountered: ``` dlt.load.exceptions.LoadClientJobRetry: Job with `job_id=attachments.ca2dcd246f.parquet` had 5 retries which is...

bug

Fixes #3497 * Uses pyproject.toml structure for all python projects * Poetry configuration moved to corresponding configuration items in `[project]` heading rather than `[tool.poetry]` * Adds tool configuration for select...