opensearch-project / demos

Apache License 2.0
2 stars 13 forks source link

[BUG] Bug in get_connector_id function #87

Closed ortegaa32 closed 8 months ago

ortegaa32 commented 8 months ago

What is the bug?

There is a misnamed variable that leads to a 404 error in the result

if connector_name is not None:
       query["query"]["match"].update({"name": connector_id})
ortegaa32 commented 8 months ago

Could I be assigned to this please?