databricks-sql-python icon indicating copy to clipboard operation
databricks-sql-python copied to clipboard

Update native.py: try typing TAllowedParameterValue more completely

Open wyattscarpenter opened this issue 5 months ago • 2 comments

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

wyattscarpenter avatar Aug 08 '25 11:08 wyattscarpenter