[7.x] Fix import in async_streaming_bulk example
This commit is contained in:
committed by
GitHub
parent
39e49b7a81
commit
8200d8068f
+1
-1
@@ -151,7 +151,7 @@ Bulk and Streaming Bulk
|
||||
|
||||
import asyncio
|
||||
from elasticsearch import AsyncElasticsearch
|
||||
from elasticsearch.helpers import async_bulk
|
||||
from elasticsearch.helpers import async_streaming_bulk
|
||||
|
||||
es = AsyncElasticsearch()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user