Skip to content

Commit 0fbe62d

Browse files
Add VARCHAR to Databricks types
1 parent fa990bc commit 0fbe62d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cardinal_pythonlib/sqlalchemy/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"DECIMAL": Numeric,
139139
"SMALLINT": SmallInteger,
140140
"STRING": Text,
141+
"VARCHAR": String,
141142
}
142143

143144

0 commit comments

Comments
 (0)