Skip to content

Commit 1fbc008

Browse files
committed
add date type for databricks
1 parent 7865357 commit 1fbc008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data_diff/databases/databricks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import attrs
66

77
from data_diff.abcs.database_types import (
8+
Date,
89
Integer,
910
Float,
1011
Decimal,
@@ -52,6 +53,7 @@ class Dialect(BaseDialect):
5253
# Timestamps
5354
"TIMESTAMP": Timestamp,
5455
"TIMESTAMP_NTZ": Timestamp,
56+
"DATE": Date,
5557
# Text
5658
"STRING": Text,
5759
"VARCHAR": Text,

0 commit comments

Comments
 (0)