Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit ea8ab20

Browse files
committed
Add snowflake date mapping
1 parent 11e5dca commit ea8ab20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqeleton/databases/snowflake.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
TemporalType,
1212
DbPath,
1313
Boolean,
14+
Date,
1415
)
1516
from ..abcs.mixins import (
1617
AbstractMixin_MD5,
@@ -111,6 +112,7 @@ class Dialect(BaseDialect, Mixin_Schema):
111112
"TIMESTAMP_NTZ": Timestamp,
112113
"TIMESTAMP_LTZ": Timestamp,
113114
"TIMESTAMP_TZ": TimestampTZ,
115+
"DATE": Date,
114116
# Numbers
115117
"NUMBER": Decimal,
116118
"FLOAT": Float,

0 commit comments

Comments
 (0)