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
I am unable to update the mapping of an index which is accessed by opensearch-py through an alias.
The relevant frame from the stack-trace is:
File "/usr/local/lib/python3.10/site-packages/opensearchpy/helpers/index.py", line 328, in save
current_settings = self.get_settings(using=using)[self._name]["settings"][
KeyError: 'alias_name'
How can one reproduce the bug?
Create an index and alias pointing to the index
Create a Document (with any field) using the alias's name as the Index.name attribute
Run .get_index().save() on the created Document subclass
What is the expected behavior?
I expect the underlying index to be updated through the alias, as is possible through direct requests.
What is your host/environment?
Using opensearch-py 2.4.2 with CPython 3.10.
Do you have any additional context?
I am willing to create a PR.
The text was updated successfully, but these errors were encountered:
What is the bug?
I am unable to update the mapping of an index which is accessed by opensearch-py through an alias.
The relevant frame from the stack-trace is:
How can one reproduce the bug?
Document
(with any field) using the alias's name as theIndex.name
attribute.get_index().save()
on the createdDocument
subclassWhat is the expected behavior?
I expect the underlying index to be updated through the alias, as is possible through direct requests.
What is your host/environment?
Using opensearch-py 2.4.2 with CPython 3.10.
Do you have any additional context?
I am willing to create a PR.
The text was updated successfully, but these errors were encountered: