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
description="When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding."
3560
3560
),
3561
3561
] =None,
3562
+
reference_index_name: Annotated[
3563
+
Optional[StrictStr],
3564
+
Field(
3565
+
description="This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name)."
:param watch: When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
3577
3583
:type watch: bool
3584
+
:param reference_index_name: This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name).
3585
+
:type reference_index_name: str
3578
3586
: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)
3579
3587
:return: Returns the raw algoliasearch 'APIResponse' object.
description="When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding."
3628
3638
),
3629
3639
] =None,
3640
+
reference_index_name: Annotated[
3641
+
Optional[StrictStr],
3642
+
Field(
3643
+
description="This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name)."
:param watch: When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
3645
3661
:type watch: bool
3662
+
:param reference_index_name: This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name).
3663
+
:type reference_index_name: str
3646
3664
: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)
3647
3665
:return: Returns the deserialized response in a 'WatchResponse' result object.
description="When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding."
8559
8577
),
8560
8578
] =None,
8579
+
reference_index_name: Annotated[
8580
+
Optional[StrictStr],
8581
+
Field(
8582
+
description="This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name)."
:param watch: When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
8576
8600
:type watch: bool
8601
+
:param reference_index_name: This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name).
8602
+
:type reference_index_name: str
8577
8603
: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)
8578
8604
:return: Returns the raw algoliasearch 'APIResponse' object.
description="When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding."
8627
8655
),
8628
8656
] =None,
8657
+
reference_index_name: Annotated[
8658
+
Optional[StrictStr],
8659
+
Field(
8660
+
description="This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name)."
:param watch: When provided, the push operation will be synchronous and the API will wait for the ingestion to be finished before responding.
8644
8678
:type watch: bool
8679
+
:param reference_index_name: This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name).
8680
+
:type reference_index_name: str
8645
8681
: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)
8646
8682
:return: Returns the deserialized response in a 'WatchResponse' result object.
0 commit comments