You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Push a `batch` request payload through the Pipeline. You can check the status of task pushes with the observability endpoints.
3544
3544
@@ -3554,12 +3554,12 @@ async def push_task(
3554
3554
:param watch: When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
3555
3555
:type watch: bool
3556
3556
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
3557
-
:return: Returns the deserialized response in a 'RunResponse' result object.
3557
+
:return: Returns the deserialized response in a 'WatchResponse' result object.
Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer`.
:param source_id: Unique identifier of a source. (required)
4168
4168
:type source_id: str
4169
4169
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
4170
-
:return: Returns the deserialized response in a 'SourceWatchResponse' result object.
4170
+
:return: Returns the deserialized response in a 'WatchResponse' result object.
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
4807
-
:return: Returns the deserialized response in a 'SourceWatchResponse' result object.
4807
+
:return: Returns the deserialized response in a 'WatchResponse' result object.
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
4883
-
:return: Returns the deserialized response in a 'SourceWatchResponse' result object.
4883
+
:return: Returns the deserialized response in a 'WatchResponse' result object.
Push a `batch` request payload through the Pipeline. You can check the status of task pushes with the observability endpoints.
8299
8299
@@ -8309,12 +8309,12 @@ def push_task(
8309
8309
:param watch: When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
8310
8310
:type watch: bool
8311
8311
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
8312
-
:return: Returns the deserialized response in a 'RunResponse' result object.
8312
+
:return: Returns the deserialized response in a 'WatchResponse' result object.
Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer`.
:param source_id: Unique identifier of a source. (required)
8923
8923
:type source_id: str
8924
8924
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
8925
-
:return: Returns the deserialized response in a 'SourceWatchResponse' result object.
8925
+
:return: Returns the deserialized response in a 'WatchResponse' result object.
Validates a source payload to ensure it can be created and that the data source can be reached by Algolia.
9549
9549
@@ -9555,10 +9555,10 @@ def validate_source(
9555
9555
:param source_create:
9556
9556
:type source_create: SourceCreate
9557
9557
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
9558
-
:return: Returns the deserialized response in a 'SourceWatchResponse' result object.
9558
+
:return: Returns the deserialized response in a 'WatchResponse' result object.
:param request_options: The request options to send along with the query, they will be merged with the transporter base parameters (headers, query params, timeouts, etc.). (optional)
9634
-
:return: Returns the deserialized response in a 'SourceWatchResponse' result object.
9634
+
:return: Returns the deserialized response in a 'WatchResponse' result object.
0 commit comments