Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Mar 02, 2018
    • Ryan Senior's avatar
      Add support for larger pulse/alert tables · 9735916e
      Ryan Senior authored
      Previously pulses and alerts that used a table visualization were
      limited to 3 columns and 10 rows. This commit changes the backed to
      bump that to 10 columns and 20 rows. When a resultset has more data
      than will fit into a 10x20 table, it will trigger a CSV attachment
      that will include the full results of the query, up to 2000 results.
      
      This commit also limits all queries to 2000 rows, similar to how queries
      issued via the UI are constrained. Users wanting more than 2000 rows
      use the existing export functionality.
      9735916e
  2. Mar 01, 2018
  3. Feb 28, 2018
  4. Feb 27, 2018
  5. Feb 26, 2018
  6. Feb 23, 2018
Loading