cube-js/cube

Implementation issue with parseDateTimeBestEffort()

Open

#2.536 aberto em 12 de abr. de 2021

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Rust (1.965 forks)batch import
driver:clickhousehelp wanted

Métricas do repositório

Stars
 (19.563 stars)
Métricas de merge de PR
 (Mesclagem média 5d 16h) (138 fundiu PRs em 30d)

Description

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.

Guia do colaborador