cube-js/cube

Implementation issue with parseDateTimeBestEffort()

开放

#2,536 创建于 2021年4月12日

 (3 条评论) (0 个反应) (0 位负责人)Rust (1,965 个派生)batch import
driver:clickhousehelp wanted

仓库指标

星标
 (19,563 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南