Skip to content

Commit

Permalink
fix(ingest): clickhouse - fix types changes in clickhouse sqlalchemy …
Browse files Browse the repository at this point in the history
…0.2.3 (#6572)
  • Loading branch information
mayurinehate authored Nov 29, 2022
1 parent 1bb8be5 commit fb2ffe4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
base.ischema_names["Int256"] = INTEGER
base.ischema_names["UInt128"] = INTEGER
base.ischema_names["UInt256"] = INTEGER
# This is needed for clickhouse-sqlalchemy 0.2.3
base.ischema_names["DateTime"] = DATETIME
base.ischema_names["DateTime64"] = DATETIME

register_custom_type(custom_types.common.Array, ArrayTypeClass)
register_custom_type(custom_types.ip.IPv4, NumberTypeClass)
Expand Down

0 comments on commit fb2ffe4

Please sign in to comment.