Closed datavistics closed 4 years ago
What is the best way to pass in a non-default elastic connection? I have it under current_app or by key from connections.get_connection(connection_id)
current_app
connections.get_connection(connection_id)
@datavistics:
Check the examples. It's best defined on the elasticsearch-dsl documents side.
What is the best way to pass in a non-default elastic connection? I have it under
current_app
or by key fromconnections.get_connection(connection_id)