cube-js/cube

Implementation issue with parseDateTimeBestEffort()

Open

#2.536 geöffnet am 12. Apr. 2021

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.965 Forks)batch import
driver:clickhousehelp wanted

Repository-Metriken

Stars
 (19.563 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 16h) (138 gemergte PRs in 30 T)

Beschreibung

Morning guys. I have my Cube.js configured with a Clickhouse database and while making some tests I've noticed that by default Cube.js constructs the query parsing the dates using parseDateTimeBestEffort() which is great. The problem is I'm dealing with columns that are DateTime64 so the parsing does not work. After talking with you guys on Slack we concluded that this is an implementation issue. I'll wait for your feedback, thanks.

Contributor Guide