sadpandajoe commented on code in PR #43527:
URL: https://github.com/apache/superset/pull/43527#discussion_r3858979668
##########
superset/common/chart_data.py:
##########
@@ -25,6 +25,7 @@ class ChartDataResultFormat(StrEnum):
CSV = "csv"
JSON = "json"
XLSX = "xlsx"
+ ARROW = "arrow"
Review Comment:
Adding `ARROW` to this shared enum makes `/api/v1/chart/data` accept
`result_format: "arrow"`, but its response dispatcher still rejects every
non-JSON/non-table-like format at runtime. Could the chart-data response path
handle Arrow as well, or keep this format scoped to the new datasource endpoint?
--
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]