Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 06, 2023
  2. Mar 05, 2023
  3. Mar 04, 2023
    • Case Nelson's avatar
      Handle Interval values coming from Redshift (#28820) · 19806cfc
      Case Nelson authored
      Fixes #19501
      
      Redshift jdbc driver wraps intervals in a special class whereas postgres
      simply returns strings. This unwraps the special redshift class into the
      same string representation.
      Unverified
      19806cfc
    • Case Nelson's avatar
      Cannot use filter relative interval on breakout fields (#28799) · c79dcc7f
      Case Nelson authored
      Fixes #25378
      
      When using a relative filter with a starting from n units ago on an
      aggregation with the same units, we were incorrectly assuming that we
      would be working with a field ref at the top level. However, in this
      scenario the field is nested such as `[:+ [:field $created_at
      {:temporal-unit :month}] [:interval 1 :month]]`. This change makes sure
      that we are altering the field-ref.
      Unverified
      c79dcc7f
  4. Mar 03, 2023
  5. Mar 02, 2023
Loading