Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. May 17, 2024
  2. May 03, 2024
  3. May 02, 2024
    • Romeo Van Snick's avatar
      Add analytics event for extract column in chill mode (#41774) · 50ef4564
      Romeo Van Snick authored
      
      * Add trackColumnExtractViaHeader helper
      
      * Add Lib.extract wrapper
      
      * Track column extractions via header
      
      * Fix analytics event name
      
      * Add tests for extract action analytics
      
      * Set up extractions metadata helper
      
      * Use functionsUseByExtraction in analytics
      
      * Add custom type for ExtractionTag
      
      * Use ExtractionTag in analytics
      
      * [MBQL lib] Add `Lib.columnExtractDrillExtractions`
      
      This gets the extractions from a column-extract drill, which is needed
      in the UI.
      
      * Add extractionExpression wrapper
      
      * Add extractionsForDrill helper
      
      * Fix type signature of extractionExpression
      
      * Use expressionParts for getting expression function
      
      * Walk expression to get functions used
      
      * Simplify ColumnExtractionTag
      
      * Fix expected expression
      
      * Be more explicit with what the guard does
      
      ---------
      
      Co-authored-by: default avatarBraden Shepherdson <braden@metabase.com>
      Unverified
      50ef4564
  4. Apr 26, 2024
    • Romeo Van Snick's avatar
      Static extract examples (#41778) · 8e111abc
      Romeo Van Snick authored
      * Add subTitle to ClickActions
      
      * Add examples to column extractions
      
      * Add test for examples
      
      * Add test for examples
      
      * Use rem helper
      
      * Use JSDoc for todo
      
      * Disambiguate between ColumnExtraction and ColumnExtractionInfo
      
      * Update type of getExample
      
      * Use rem helper
      Unverified
      8e111abc
  5. Apr 25, 2024
    • Braden Shepherdson's avatar
      [MBQL lib] Add `column-extractions` to the top level (#41525) · dd9e126b
      Braden Shepherdson authored
      Column extractions are "canned" expressions based on a column's
      type. For example, we might extract the weekday from a temporal column,
      or the domain from an email or URL column.
      
      This logic already existed inside the `column-extract` drill; this pulls
      it out as a top-level concept, since extractions are also being
      integrated into the notebook editor apart from drills.
      
      Part of the follow-up for Extract Column epic #38964.
      Unverified
      dd9e126b
  6. Mar 13, 2024
  7. Mar 08, 2024
Loading