-
- Downloads
Export Formatting Correctness (#46306)
* Export Formatting Correctness WIP Several bugs exist around the correctness of export formatting, this aims to fix them. Fixes #27374 When a model has viz settings/metadata changed after save, the download won't incorporate said changes. At least it's clear that scale doesn't work. * number formatter merges settings from columns too * column formatting on aggregated cols works in xlsx now too * fixes 43040 by grabbing global-type-settings in csv formatter
Showing
- src/metabase/formatter.clj 23 additions, 6 deletionssrc/metabase/formatter.clj
- src/metabase/query_processor/streaming/common.clj 25 additions, 19 deletionssrc/metabase/query_processor/streaming/common.clj
- test/metabase/api/downloads_exports_test.clj 107 additions, 2 deletionstest/metabase/api/downloads_exports_test.clj