-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Transform] Forward deprecations from search response to transform _preview API response #83253
base: main
Are you sure you want to change the base?
[Transform] Forward deprecations from search response to transform _preview API response #83253
Conversation
7650baa
to
caf4d8e
Compare
Pinging @elastic/ml-core (Team:ML) |
Looks good, as for testing: |
Hi @przemekwitek, I've created a changelog YAML for you. |
…review API response
f27d10c
to
cb0cfdb
Compare
Hi @przemekwitek, I've created a changelog YAML for you. |
This PR makes sure any deprecation warnings generated by the
_search
API (which is internally used by_preview
API) show up in_preview
response.This is achieved by setting
preserveResponseHeaders
flag totrue
.Relates #82935