pyrooka / metabase-cubejs-driver

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

Store field information in the description as a JSON #49

Closed pyrooka closed 4 years ago

pyrooka commented 4 years ago

At the moment all the field information stored as a simple text in the description fields. Also, we use the field and metric names for the Cube.js query, hence they are sensitive to renaming.

Proposal: Save every piece of information into a JSON. This is more futureproof and easier to extend.