After upgrading to the latest Datomic Cloud version CFT 732-8992 I encounter an issue with instant/timestamps.
E.g. when connecting via Apache Superset SQL Editor, I get
presto error: Could not serialize column 'record_recorded_at' of type 'timestamp(3)' at position 1:5
for a ‘column’
{:db/ident :record/recorded-at
:db/valueType :db.type/instant
:db/cardinality :db.cardinality/one}
Notes:
- Pulling the correct timestamp worked fine prior to upgrading.
- Superset uses PyHive 0.6.3
When querying from the desktop, it actually returns, but with an incorrect value (e.g. 1970-01-19 05:57:58
).
For what it’s worth the data type shows a timestamp(3)(25)
.
I did re-sync the analytics configuration and even restarted the gateway, but without luck.
Any advice is appreciated