Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specs/ingestion/common/schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ DockerRegistry:

DockerImageType:
type: string
enum: [singer, custom, airbyte]
enum: [custom, airbyte]
description: Image type.

SourceInput:
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/common/schemas/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion specs/ingestion/paths/sources/discover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down