cube-js/cube

Implementation issue with parseDateTimeBestEffort()

Open

#2,536 建立於 2021年4月12日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Rust (1,965 fork)batch import
driver:clickhousehelp wanted

倉庫指標

Star
 (19,563 star)
PR 合併指標
 (平均合併 5天 16小時) (30 天內合併 138 個 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.

貢獻者指南