databricks-sql-python
databricks-sql-python copied to clipboard
Update native.py: try typing TAllowedParameterValue more completely
What type of PR is this?
- [x] Bug Fix
A... type signature bug fix.
Description
This is a stab at fixing https://github.com/databricks/databricks-sql-python/issues/669 by making some incomplete types into recursive types; I'm not sure it's correct, but if it is then it will probably save somebody some time down the road if I make this PR now.
How is this tested?
~~I hope~~ your CI has a typechecking phase! ~~If so, then~~ that.
Related Tickets & Documents
Closes https://github.com/databricks/databricks-sql-python/issues/669