You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/08/10 17:34:40 UTC

[GitHub] [superset] betodealmeida commented on a diff in pull request #21029: fix: take form_data reference for metrics for pivot_v2 table reports

betodealmeida commented on code in PR #21029:
URL: https://github.com/apache/superset/pull/21029#discussion_r942721968


##########
superset/charts/post_processing.py:
##########
@@ -336,6 +336,10 @@ def apply_post_process(
         elif query["result_format"] == ChartDataResultFormat.CSV:
             df = pd.read_csv(StringIO(query["data"]))
 
+        # convert metrics to verbose (label) name

Review Comment:
   ```suggestion
           # convert all columns to verbose (label) name
   ```



-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org