Use correct params for create component template#1690
Use correct params for create component template#1690danielmitterdorfer merged 2 commits intoelastic:masterfrom
Conversation
The Elasticsearch Python client does not accept a request body but rather requires parts of the body to be passed for the create component template API call. With this commit we adapt Rally to these changes.
b-deam
left a comment
There was a problem hiding this comment.
Thanks for picking this up. LGTM.
|
Hmm, something's up with I can't repro this locally, so I suspect something is up with GH Actions since GitHub updated their SSH key on Friday. The blog post mentions:
As far as I can tell, we don't use the |
The Elasticsearch Python client does not accept a request body but rather requires parts of the body to be passed for the create component template API call. With this commit we adapt Rally to these changes.