File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
kotlin/com/cosmotech/dataset/service Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ class DatasetServiceImpl(
442442 name = datasetPartCreateRequest.name,
443443 description = datasetPartCreateRequest.description,
444444 tags = datasetPartCreateRequest.tags ? : mutableListOf (),
445- type = datasetPartCreateRequest.type ? : DatasetPartTypeEnum .Relational ,
445+ type = datasetPartCreateRequest.type ? : DatasetPartTypeEnum .File ,
446446 organizationId = organizationId,
447447 workspaceId = workspaceId,
448448 createInfo = editInfo,
Original file line number Diff line number Diff line change @@ -922,8 +922,8 @@ components:
922922 description : The dataset part Type
923923 enum :
924924 - File
925- - Relational
926- default : Relational
925+ - DB
926+ default : File
927927
928928 DatasetPartFiles :
929929 type : array
You can’t perform that action at this time.
0 commit comments