Skip to content

Commit b569646

Browse files
authored
fix(specs): drop singer from ingestion specs [skip-bc] (#4281)
1 parent 069ed97 commit b569646

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specs/ingestion/common/schemas/source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ DockerRegistry:
400400

401401
DockerImageType:
402402
type: string
403-
enum: [singer, custom, airbyte]
403+
enum: [custom, airbyte]
404404
description: Image type.
405405

406406
SourceInput:

specs/ingestion/common/schemas/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ StreamingInput:
461461
- mapping
462462

463463
DockerStreamsInput:
464-
description: The selected streams of a singer or airbyte connector.
464+
description: The selected streams of an airbyte connector.
465465
type: object
466466
properties:
467467
streams:

specs/ingestion/paths/sources/discover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ post:
44
summary: Trigger a stream-listing request
55
description: |
66
Triggers a stream-listing request for a source.
7-
Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer`.
7+
Triggering stream-listing requests only works with sources with `type: docker` and `imageType: airbyte`.
88
operationId: triggerDockerSourceDiscover
99
x-acl:
1010
- addObject

0 commit comments

Comments
 (0)