Skip to content

Commit e8ca4de

Browse files
authored
fix: Output format changes (#501)
* Disabled parquet output * Changed the default aouput format to `json-stat2` * Fixed unit test
1 parent 385ba34 commit e8ca4de

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

PxWeb/appsettings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@
5959
"OutputFormats": [
6060
"xlsx",
6161
"html",
62-
"json-px",
63-
"parquet"
62+
"json-px"
6463
],
65-
"DefaultOutputFormat": "px",
64+
"DefaultOutputFormat": "json-stat2",
6665
"EnableAllEndpointsSwaggerUI": false,
6766
"OmitContentsInTitle": true
6867
},

PxWebApi_Mvc.Tests/ExpectedJson/GetApiConfiguration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
],
2929
"defaultDataFormat": "json-stat2",
30-
"dataFormats": [ "json-stat2", "csv", "px", "xlsx", "html", "json-px", "parquet" ],
30+
"dataFormats": [ "json-stat2", "csv", "px", "xlsx", "html", "json-px" ],
3131
"features": [
3232
{
3333
"id": "CORS",

0 commit comments

Comments
 (0)