Jockxtar opened a new issue, #32370:
URL: https://github.com/apache/superset/issues/32370
### Bug description
I'm trying to make the "Export to pivoted .CSV" option work for a
(relatively) convoluted pivot table and I found some issues. I will create a
bug report for each of them.
### Description
Throws "Error 505" if a metric's label contains a special character like
'%'. This works perfectly fine when doing regular "Export to .CSV"/"Export to
original .CSV".
### Steps to reproduce:
1. Create a "pivot table" graph.
2. Select a metric with a special character (i.e. '%') on its label.
3. Click on 'Download' -> 'Export to pivoted .CSV'
### Screenshots/recordings
_No response_
### Superset version
4.1.1
### Python version
3.10
### Node version
I don't know
### Browser
Firefox
### Additional context
### Source code:
I'm using version 4.1.1, but I tried updating 'post_processing.py' to match
what's in the master branch's 'client_processing.py' since I needed PR #29898
(which doesn't seem to affect this issue).
### Feature flags:
"DASHBOARD_RBAC": True,
"ENABLE_TEMPLATE_PROCESSING": True,
"CACHE_QUERY_BY_USER": True,
"CACHE_IMPERSONATION": True
### Checklist
- [x] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [x] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [x] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]