Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jan 09, 2024
  2. Jan 08, 2024
  3. Jan 07, 2024
  4. Jan 05, 2024
  5. Jan 04, 2024
    • adam-james's avatar
      Number viz render method properly uses :scalar.field name to render value (#37274) · 78b66bca
      adam-james authored
      * Add number-viz test to pulse integration test.
      
      This is a currently failing test. The first card succeeds because the 'narrowing' to 1 field is done in the query
      directly, so the expected single value is shown.
      
      The second (currently failing) card has the viz for a 'number' applied but the query isn't 'narrowed' at all, so we
      see the failure.
      
      * Fix the :scalar render to look at the column specified in :scalar.field
      
      * Addressed feedback: improved get-col-by-name impl. and added test comment
      Unverified
      78b66bca
Loading