We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2aeadf commit 8ab8401Copy full SHA for 8ab8401
packages/indexWaiter/index_waiter.py
@@ -37,7 +37,7 @@ def handler(event, context):
37
continue
38
39
# 2. Check index
40
- idx_resp = aoss.get_index(names=[index_name], collectionName=collection_name)
+ idx_resp = aoss.get_index(indexName=index_name, id=coll.id)
41
idx = next((i for i in idx_resp.get("indexDetails", []) if i["name"] == index_name), None)
42
43
if not idx:
0 commit comments