From b569646304b0caebc6b6479eee310c4553707a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vannicatte?= Date: Mon, 23 Dec 2024 16:48:08 +0100 Subject: [PATCH] fix(specs): drop singer from ingestion specs [skip-bc] (#4281) --- specs/ingestion/common/schemas/source.yml | 2 +- specs/ingestion/common/schemas/task.yml | 2 +- specs/ingestion/paths/sources/discover.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/ingestion/common/schemas/source.yml b/specs/ingestion/common/schemas/source.yml index b85f6abdd5..5703c1c952 100644 --- a/specs/ingestion/common/schemas/source.yml +++ b/specs/ingestion/common/schemas/source.yml @@ -400,7 +400,7 @@ DockerRegistry: DockerImageType: type: string - enum: [singer, custom, airbyte] + enum: [custom, airbyte] description: Image type. SourceInput: diff --git a/specs/ingestion/common/schemas/task.yml b/specs/ingestion/common/schemas/task.yml index fdaf54114b..3707bc3b25 100644 --- a/specs/ingestion/common/schemas/task.yml +++ b/specs/ingestion/common/schemas/task.yml @@ -461,7 +461,7 @@ StreamingInput: - mapping DockerStreamsInput: - description: The selected streams of a singer or airbyte connector. + description: The selected streams of an airbyte connector. type: object properties: streams: diff --git a/specs/ingestion/paths/sources/discover.yml b/specs/ingestion/paths/sources/discover.yml index f0f05ff043..a09e1ec76d 100644 --- a/specs/ingestion/paths/sources/discover.yml +++ b/specs/ingestion/paths/sources/discover.yml @@ -4,7 +4,7 @@ post: summary: Trigger a stream-listing request description: | Triggers a stream-listing request for a source. - Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer`. + Triggering stream-listing requests only works with sources with `type: docker` and `imageType: airbyte`. operationId: triggerDockerSourceDiscover x-acl: - addObject