SkinnyPigeon commented on PR #23155:
URL: https://github.com/apache/superset/pull/23155#issuecomment-2157935166

   Hey @rusackas, @rohitpawar2811, playing about with the API a bit, it seems 
that there is an Enum called 
[POST_PROCESSED](https://github.com/apache/superset/blob/5660f8e5542b78e098c42306633c182d9a631d63/superset/common/chart_data.py#L45)
 that is what is causing the additional index to be added. This is set 
[here](https://github.com/apache/superset/blob/5660f8e5542b78e098c42306633c182d9a631d63/superset/commands/report/execute.py#L162)
 in the report execution for the CSV datatype. If this is left blank, at least 
in the API, it returns the same data minus the index.
   
   We could add the config check to this point instead. WDYT?


-- 
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-unsubscr...@superset.apache.org

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


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

Reply via email to