mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: send CSV pivoted in reports (#16347)
This commit is contained in:
@@ -104,6 +104,7 @@ def _get_full(
|
||||
payload["indexnames"] = list(df.index)
|
||||
payload["coltypes"] = extract_dataframe_dtypes(df)
|
||||
payload["data"] = query_context.get_data(df)
|
||||
payload["result_format"] = query_context.result_format
|
||||
del payload["df"]
|
||||
|
||||
filters = query_obj.filter
|
||||
|
||||
Reference in New Issue
Block a user