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
We're unable to index the documents in Amazon OpenSearch Serverless collection with a custom ID using opensearch-py client. We do see the following error in Cloud Watch logs.
RequestError(400, 'illegal_argument_exception', 'Document ID is not supported in create/index operation request')
How can one reproduce the bug?
Create a simple python based application to index documents into Amazon OpenSearch Serverless collection. Please ensure that you leverage opensearch-py==2.6.0 in the requirements.txt file
What is the expected behavior?
Expected behavior is to be able to index documents in Amazon OpenSearch Serverless collection with a custom ID using opensearch-py client.
The text was updated successfully, but these errors were encountered:
What is the bug?
We're unable to index the documents in
Amazon OpenSearch Serverless
collection with a custom ID using opensearch-py client. We do see the following error in Cloud Watch logs.How can one reproduce the bug?
Create a simple python based application to index documents into Amazon OpenSearch Serverless collection. Please ensure that you leverage
opensearch-py==2.6.0
in therequirements.txt
fileWhat is the expected behavior?
Expected behavior is to be able to index documents in Amazon OpenSearch Serverless collection with a custom ID using opensearch-py client.
The text was updated successfully, but these errors were encountered: