fix: send CSV pivoted in reports#16347
Merged
betodealmeida merged 1 commit intoapache:masterfrom Aug 19, 2021
Merged
Conversation
eschutho
approved these changes
Aug 19, 2021
Codecov Report
@@ Coverage Diff @@
## master #16347 +/- ##
==========================================
- Coverage 76.59% 76.44% -0.15%
==========================================
Files 1000 1000
Lines 53453 53465 +12
Branches 6816 6816
==========================================
- Hits 40942 40873 -69
- Misses 12275 12356 +81
Partials 236 236
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
betodealmeida
added a commit
to preset-io/superset
that referenced
this pull request
Aug 19, 2021
Contributor
|
🏷 2021.31 |
henryyeh
pushed a commit
to preset-io/superset
that referenced
this pull request
Aug 19, 2021
(cherry picked from commit ec8d3b0)
opus-42
pushed a commit
to opus-42/incubator-superset
that referenced
this pull request
Nov 14, 2021
QAlexBall
pushed a commit
to QAlexBall/superset
that referenced
this pull request
Dec 28, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SUMMARY
On #16335 I accidentally disabled sending pivoted data on CSV reports. This PR brings it back.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION