Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 08, 2023
  2. Mar 07, 2023
  3. Mar 06, 2023
  4. Mar 05, 2023
    • Case Nelson's avatar
      Remove usages of dataset_query.type (#28683) · fbe83eaa
      Case Nelson authored
      * Remove usages of dataset_query.type
      
      * Remove more usages of dataset_query
      
      * Introduce usesSegment and usesMetric methods on Question
      
      * Fix type check
      
      * Fix type
      
      * Get query for UtilQuery
      fbe83eaa
  5. 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.
      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.
      c79dcc7f
  6. Mar 03, 2023
Loading