Skip to content

Commit 1b3d398

Browse files
Wait a minute, the actual type we should use here is TParameterDict
Signed-off-by: wyattscarpenter <wyattscarpenter@gmail.com>
1 parent e3f681d commit 1b3d398

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/databricks/sql/parameters/native.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ class DatabricksSupportedType(Enum):
6464
decimal.Decimal,
6565
None,
6666
list["TAllowedParameterValue"],
67-
# Should the dict key type be str or "TAllowedParameterValue"? Not 100% sure.
68-
dict[str, "TAllowedParameterValue"],
67+
"TParameterDict",
6968
tuple["TAllowedParameterValue", ...],
7069
]
7170

0 commit comments

Comments
 (0)