Skip to content

Commit 1799d04

Browse files
committed
Add support for application/x-parquet media type in Workspace and Dataset configurations
1 parent 897806d commit 1799d04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

api/src/main/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ csm:
137137
- text/x-yaml
138138
- application/json
139139
- application/vnd.apache.parquet
140+
- application/x-parquet
140141
datasets:
141142
- application/zip
142143
- application/xml
@@ -147,6 +148,7 @@ csm:
147148
- text/x-yaml
148149
- application/json
149150
- application/vnd.apache.parquet
151+
- application/x-parquet
150152
containerRegistry:
151153
scheme: http
152154
host: localhost:5000

0 commit comments

Comments
 (0)