Skip to content

Commit

Permalink
fix(specs): drop singer from ingestion specs [skip-bc] (#4281)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Dec 23, 2024
1 parent 069ed97 commit b569646
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit b569646

Please sign in to comment.