databricks-sql-python
databricks-sql-python copied to clipboard
Update native.py: use dict instead of Dict
The capital letter version from typing has been deprecated since Python 3.9 https://docs.python.org/3/library/typing.html#typing.Dict
What type of PR is this?
- [x] Refactor
How is this tested?
Type check in the CI