Skip to content

Commit 91b7f7f

Browse files
link rest api reference to validate types
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 278b8cd commit 91b7f7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/databricks/sql/backend/sea/conversion.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
class SqlType:
1818
"""
1919
SQL type constants
20+
21+
The list of types can be found in the SEA REST API Reference:
22+
https://docs.databricks.com/api/workspace/statementexecution/executestatement
2023
"""
2124

2225
# Numeric types

0 commit comments

Comments
 (0)