pyrooka / metabase-cubejs-driver

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

Idea: store the measures only in metrics #50

Open pyrooka opened 4 years ago

pyrooka commented 4 years ago

When we describe the table we return every measure and dimension as a column. What if we only return the columns as field and keep the measures only as a metric. This would produce a cleaner data model look. We are using the measures from the fields when making a full table query. Maybe we could transform this type of queries somehow.