mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Refactor es_factory into a separate class
This commit is contained in:
@@ -5,7 +5,7 @@ from typing import Type, Optional, Sequence, Any, Union
|
||||
import urllib3.exceptions
|
||||
from elasticsearch import Elasticsearch, exceptions
|
||||
|
||||
from apiserver import es_factory
|
||||
from apiserver.es_factory import es_factory
|
||||
from apiserver.config import config
|
||||
from apiserver.elastic.apply_mappings import apply_mappings_to_cluster
|
||||
|
||||
|
||||
Reference in New Issue
Block a user