databricks-sql-python
databricks-sql-python copied to clipboard
Databricks SQL Connector for Python
## What type of PR is this? - [ ] Refactor - [ ] Feature ## Description Modified retry strategy based on the type of request type (Idempotent or non-Idempotent)....
[Currently](https://github.com/databricks/databricks-sql-python/blob/fd81c5a6e1b7b46e865738e7462bce85f4ffb5b4/src/databricks/sql/parameters/native.py#L57), the type definition of TAllowedParameterValue is ```py TAllowedParameterValue = Union[ str, int, float, datetime.datetime, datetime.date, bool, decimal.Decimal, None, list, dict, tuple, ] ``` list, dict, and tuple are incomplete...
## What type of PR is this? - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Other ## Description - Modify the usage of...
## What type of PR is this? - [x] Refactor ## Description Remove redundant imports & sort them in native.py ## How is this tested? current CI ## Related Tickets...
## What type of PR is this? - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Other ## Description Combined the workflows for coverage...
## What type of PR is this? - [x] Feature ## Description A few of the values in the columns of metadata queries are slightly disparate, eg: Thrift may return...
## What type of PR is this? - [x] Feature ## Description - [x] Trigger more of the (relevant) e2e tests to run for both Thrift and SEA - [...
## What type of PR is this? - [x] Feature ## Description The Thrift backend returns a different schema in response to metadata queries (getting `catalogs`, `schemas`, `tables`, `columns`) than...
## What type of PR is this? - [x] Feature ## Description A minimal implementation for complex types support in the SEA backend. ## How is this tested? - [...
WIP ## What type of PR is this? - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] Other ## Description ## How is...