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 eb68bcd commit ed3a3c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions algoliasearch/ingestion/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4125,7 +4125,7 @@ async def trigger_docker_source_discover_with_http_info(
request_options: Optional[Union[dict, RequestOptions]] = None,
) -> ApiResponse[str]:
"""
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 Expand Up @@ -4167,7 +4167,7 @@ async def trigger_docker_source_discover(
request_options: Optional[Union[dict, RequestOptions]] = None,
) -> WatchResponse:
"""
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 Expand Up @@ -8900,7 +8900,7 @@ def trigger_docker_source_discover_with_http_info(
request_options: Optional[Union[dict, RequestOptions]] = None,
) -> ApiResponse[str]:
"""
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 Expand Up @@ -8942,7 +8942,7 @@ def trigger_docker_source_discover(
request_options: Optional[Union[dict, RequestOptions]] = None,
) -> WatchResponse:
"""
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
2 changes: 0 additions & 2 deletions algoliasearch/ingestion/models/docker_image_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class DockerImageType(str, Enum):
"""
allowed enum values
"""
SINGER = "singer"

CUSTOM = "custom"

AIRBYTE = "airbyte"
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/ingestion/models/docker_streams_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _alias_generator(name: str) -> str:

class DockerStreamsInput(BaseModel):
"""
The selected streams of a singer or airbyte connector.
The selected streams of an airbyte connector.
"""

streams: List[DockerStreams]
Expand Down

0 comments on commit ed3a3c0

Please sign in to comment.