pyrooka / metabase-cubejs-driver

Connect Metabase with Cube.js.
GNU Affero General Public License v3.0
4 stars 6 forks source link

Handle numbers in a better way #36

Closed pyrooka closed 4 years ago

pyrooka commented 4 years ago

In a Cube.js response every value is a string. We convert the numeric values to long and double based on the dot in the string. Is there any better solution?

pyrooka commented 4 years ago

Improved in 55313e3f771268a872b6dc63d307394c307ce822. If not suitable for some reasons create a new issue with more details.