pyrooka / metabase-cubejs-driver

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

Fill Metabase definitions from Cube.js descriptions #27

Closed tromika closed 4 years ago

tromika commented 5 years ago

In cube.js you can add a description to your measures and dimensions. image

It would be great if in Metabase these descriptions would be available automatically. Currently it's like this: image

pyrooka commented 5 years ago

Changed some things in PR #32 . Now it looks like this: Screenshot 2019-12-01 at 22 52 36

pyrooka commented 4 years ago

Seems like it is working, but of course you have to re-add the DB to let the driver creating new metrics with the definition from the schema. Maybe in the future, metrics update on DB schema sync will be added.