Skip to content

Commit 3c78e31

Browse files
committed
fix: new type
1 parent 81c2c17 commit 3c78e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

butterfree/configs/db/cassandra_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ def translate(self, schema: List[Dict[str, Any]]) -> List[Dict[str, Any]]:
229229
"""
230230
cassandra_mapping = {
231231
"timestamptype": "timestamp",
232+
"timestampntztype": "timestamp",
232233
"binarytype": "boolean",
233234
"booleantype": "boolean",
234235
"datetype": "timestamp",

0 commit comments

Comments
 (0)