Updated opensearch-py to reflect the latest OpenSearch API spec (2024-03-22) (#702)

Signed-off-by: GitHub <[email protected]>
Co-authored-by: saimedhi <[email protected]>
This commit is contained in:
opensearch-trigger-bot[bot]
2024-03-22 16:40:18 -04:00
committed by GitHub
co-authored by saimedhi
parent 25db5d5c8a
commit c770d88dc9
5 changed files with 637 additions and 0 deletions
+2
View File
@@ -12,6 +12,7 @@ from typing import Any
from ..plugins.alerting import AlertingClient
from ..plugins.index_management import IndexManagementClient
from ..plugins.knn import KnnClient
from .client import Client
from .utils import NamespacedClient
@@ -22,6 +23,7 @@ class PluginsClient(NamespacedClient):
def __init__(self, client: Client) -> None:
super(PluginsClient, self).__init__(client)
self.knn = KnnClient(client)
# self.query_workbench = QueryWorkbenchClient(client)
# self.reporting = ReportingClient(client)
# self.notebooks = NotebooksClient(client)