Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 07, 2024
    • Nemanja Glumac's avatar
      Properly highlight models as the data source (#39792) · 8a4e14cd
      Nemanja Glumac authored
      * [HDS] Prep/cleanup steps for Highlighting the data source (#39681)
      
      * Rename `DATA_BUCKET` key to `MODELS`
      
      * Rename misleading method
      
      `isSavedQuestionSelected` is too narrow because we can also have
      other saved entities, such as models (and soon metrics) as the selected source.
      
      * Fix type for `selectedTableId`
      
      * Extract `sourceId`
      
      * Rename saved question instances to saved entity
      
      * Rename related components
      
      * Show models correctly in the data source picker (#39686)
      
      * Show models correctly in the data source picker
      
      * Address review comments
      
      * Destructure props
      
      * Add E2E reproduction for #39699
      
      * Prevent accessing potentially stale value
      
      Closes #39699
      Unverified
      8a4e14cd
Loading