Disable Pivot Export Post Processing Step (#44561)
This PR disables the 'make exports look pivoted' post processing step for csv and xlsx exports. This is in response to a reported issue that Large Pivot Table downloads are failing entirely: #44556 A more hollistic fix and improvement to the post processing feature will be worked on, so the post processing code is left untouched in this PR. The dynamic vars in the csv and xlsx namespaces each default `false` and disable the export from running any post processing. The var should remain `false` until we've got a plan for these types of exports, and there is no way for users (either through ENV or UI) to change this, so the feature is effectively disabled.
Showing
- src/metabase/query_processor/streaming/csv.clj 11 additions, 1 deletionsrc/metabase/query_processor/streaming/csv.clj
- src/metabase/query_processor/streaming/xlsx.clj 11 additions, 1 deletionsrc/metabase/query_processor/streaming/xlsx.clj
- test/metabase/api/downloads_exports_test.clj 228 additions, 162 deletionstest/metabase/api/downloads_exports_test.clj
Loading
Please register or sign in to comment