We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4167db8 commit 2aaf963Copy full SHA for 2aaf963
2 files changed
dataset/src/main/kotlin/com/cosmotech/dataset/service/DatasetServiceImpl.kt
@@ -442,7 +442,7 @@ class DatasetServiceImpl(
442
name = datasetPartCreateRequest.name,
443
description = datasetPartCreateRequest.description,
444
tags = datasetPartCreateRequest.tags ?: mutableListOf(),
445
- type = datasetPartCreateRequest.type ?: DatasetPartTypeEnum.Relational,
+ type = datasetPartCreateRequest.type ?: DatasetPartTypeEnum.File,
446
organizationId = organizationId,
447
workspaceId = workspaceId,
448
createInfo = editInfo,
dataset/src/main/openapi/dataset.yaml
@@ -922,8 +922,8 @@ components:
922
description: The dataset part Type
923
enum:
924
- File
925
- - Relational
926
- default: Relational
+ - DB
+ default: File
927
928
DatasetPartFiles:
929
type: array
0 commit comments