pyrooka / metabase-cubejs-driver

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

Feature date post aggregation #61

Closed igorpojzl closed 4 years ago

igorpojzl commented 4 years ago

Check List

Issue Reference this PR resolves

Relative Date Conversios/Inheritance for Query Builder #45

Description of Changes Made Supporting specific Granularities not suported by Cube.js Created PreProcessing and PostProcessing functions to pass granularity DateTimes and update result row values (Extract specific granularity).

Currently supported Metabase DateTime granularities are:

PS. Ignore Link in Commit name, i tried to link it to fork (local) issue.

norbertbede commented 4 years ago

xref https://github.com/lili-data/metabase-cubejs-driver/issues/45

pyrooka commented 4 years ago

Wow thanks, looks good. Should I merge this now or wait for some more commit?

igorpojzl commented 4 years ago

You can merge it. Missing granularities can be added later.