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