Open
Description
When I use Search(index='test').filter('term', test='test').params(opaque_id='test',).execute()
, I want to distinguish different search requests.
However, this triggers a DeprecationWarning: Passing transport options in the API method is deprecated. Use 'Elasticsearch.options()' instead.
Is it possible to fix this to avoid the warning?
It's is my package version:
elasticsearch: 8.15.1
elasticsearch-dsl: 8.15.4
Metadata
Metadata
Assignees
Labels
No labels