relferreira / metabase-sparksql-databricks-driver

GNU Affero General Public License v3.0
30 stars 32 forks source link

Cope with quarter interval #16

Closed bjgbeelen closed 1 year ago

bjgbeelen commented 1 year ago

We noticed that the filter by current quarter was not working. The reason is that the interval x quarter is not valid in SparkSQL. Quarter being 3 months, an easy fix that seems to work is rewrite (Interval '1' quarter) as (Interval '3' months)

bjgbeelen commented 1 year ago

hi @relferreira , just a gentle reminder to get your attention on this one :)

relferreira commented 1 year ago

Sorry for the delay @bjgbeelen