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 ea933e4 commit 28db445
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3671,7 +3671,7 @@ public CompletableFuture<List<Transformation>> searchTransformationsAsync(@Nonnu

/**
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works
* with sources with `type: docker` and `imageType: singer`.
* with sources with `type: docker` and `imageType: airbyte`.
*
* @param sourceID Unique identifier of a source. (required)
* @param requestOptions The requestOptions to send along with the query, they will be merged with
Expand All @@ -3684,7 +3684,7 @@ public WatchResponse triggerDockerSourceDiscover(@Nonnull String sourceID, Reque

/**
* Triggers a stream-listing request for a source. Triggering stream-listing requests only works
* with sources with `type: docker` and `imageType: singer`.
* with sources with `type: docker` and `imageType: airbyte`.
*
* @param sourceID Unique identifier of a source. (required)
* @throws AlgoliaRuntimeException If it fails to process the API call
Expand All @@ -3695,7 +3695,7 @@ public WatchResponse triggerDockerSourceDiscover(@Nonnull String sourceID) throw

/**
* (asynchronously) Triggers a stream-listing request for a source. Triggering stream-listing
* requests only works with sources with `type: docker` and `imageType: singer`.
* requests only works with sources with `type: docker` and `imageType: airbyte`.
*
* @param sourceID Unique identifier of a source. (required)
* @param requestOptions The requestOptions to send along with the query, they will be merged with
Expand All @@ -3712,7 +3712,7 @@ public CompletableFuture<WatchResponse> triggerDockerSourceDiscoverAsync(@Nonnul

/**
* (asynchronously) Triggers a stream-listing request for a source. Triggering stream-listing
* requests only works with sources with `type: docker` and `imageType: singer`.
* requests only works with sources with `type: docker` and `imageType: airbyte`.
*
* @param sourceID Unique identifier of a source. (required)
* @throws AlgoliaRuntimeException If it fails to process the API call
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

/** Image type. */
public enum DockerImageType {
SINGER("singer"),

CUSTOM("custom"),

AIRBYTE("airbyte");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import java.util.List;
import java.util.Objects;

/** The selected streams of a singer or airbyte connector. */
/** The selected streams of an airbyte connector. */
@JsonDeserialize(as = DockerStreamsInput.class)
public class DockerStreamsInput implements TaskInput {

Expand Down

0 comments on commit 28db445

Please sign in to comment.