Open norbertbede opened 4 years ago
Meanwhile i found the above piece code in metabase google analytics driver. https://github.com/metabase/metabase/blob/master/modules/drivers/googleanalytics/src/metabase/driver/googleanalytics/query_processor.clj
then confirmed on google page https://ga-dev-tools.appspot.com/dimensions-metrics-explorer/?#ga:week
This is fixed in your PR #47 , right?
I think this issue is about special granularities eg. (Month of Year, Week of Year) and not Relative DateTime in filter.
You are right, my bad.
Use Case. Let say I have field dateordered. I select “orderfacts” table - open in query builder, group by dateordered then select Month of year. Error “month-of-year granularity not supported by Cube.js”.
Test Result: Fall - any of relative driver doesn't works, not implemented yet.
I have asked @PavelTiunov slack chat
As get help I made a forum thread in Metabase forum https://discourse.metabase.com/t/month-of-year-api-for-driver-implementation/9102