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
* Import async helpers through public interface in tests
Signed-off-by: Roger Aiudi <aiudirog@gmail.com>
* Removed unused import of AsyncOpenSearch in async helpers that was causing an import cycle (fixes#310)
Signed-off-by: Roger Aiudi <aiudirog@gmail.com>
* Update CHANGELOG.md
Signed-off-by: Roger Aiudi <aiudirog@gmail.com>
* Change 2.2.1 in the changelog to Unreleased
Signed-off-by: Roger Aiudi <aiudirog@gmail.com>
* Separated changelog entries for 2.2.0 from 2.1.1
Signed-off-by: Roger Aiudi <aiudirog@gmail.com>
---------
Signed-off-by: Roger Aiudi <aiudirog@gmail.com>
What is the bug?
Async helpers cannot be imported due to an import cycle
How can one reproduce the bug?
Attempt to import
async_scan
fromopensearchpy.helpers
and anImportError
will be raisedWhat is the expected behavior?
async_scan()
should be imported and available to useWhat is your host/environment?
Do you have any screenshots?
If I remove the try block around async imports in
opensearchpy/helpers/__init__.py
:Do you have any additional context?
This issue is new in v2.2.0
The text was updated successfully, but these errors were encountered: