Skip to content

Commit

Permalink
fix(specs): drop singer from ingestion specs [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4281

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Dec 23, 2024
1 parent 3f1c1f2 commit c8a275c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ingestion/model/dockerImageType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/**
* Image type.
*/
export type DockerImageType = 'singer' | 'custom' | 'airbyte';
export type DockerImageType = 'custom' | 'airbyte';
2 changes: 1 addition & 1 deletion packages/ingestion/model/dockerStreamsInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import type { DockerStreams } from './dockerStreams';

/**
* The selected streams of a singer or airbyte connector.
* The selected streams of an airbyte connector.
*/
export type DockerStreamsInput = {
streams: Array<DockerStreams>;
Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion/src/ingestionClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ export function createIngestionClient({
},

/**
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer`.
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: airbyte`.
*
* Required API Key ACLs:
* - addObject
Expand Down

0 comments on commit c8a275c

Please sign in to comment.