SkinnyPigeon commented on code in PR #32366:
URL: https://github.com/apache/superset/pull/32366#discussion_r1969164489


##########
superset/commands/report/execute.py:
##########
@@ -363,6 +364,8 @@ def _get_pdf(self) -> bytes:
 
     def _get_csv_data(self) -> bytes:
         url = self._get_url(result_format=ChartDataResultFormat.CSV)
+        if not self._report_schedule.include_index:
+            url = remove_post_processed(url)

Review Comment:
   Adding logging above and below this shows the URL being mutated when the 
include index option is left unchecked



-- 
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]

Reply via email to