cube-js/cube

Add an endpoint to get final SQL query (not parameterized)

Open

#4,932 创建于 2022年7月18日

在 GitHub 查看
 (5 评论) (3 反应) (0 负责人)Rust (19,563 star) (1,965 fork)batch import
help wanted

描述

Is your feature request related to a problem? Please describe. The endpoint /cubejs-api/v1/sql returns a parameterized query which is of no use.

Describe the solution you'd like An endpoint that returns the final SQL request ready to be pasted in DB ide (to debug and test).

Describe alternatives you've considered Manually replace the ? with filters value but it is error prone and tiresome.

Additional context related to https://github.com/cube-js/cube.js/issues/4614

贡献者指南