-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Deprecate the ability to update datafeed's job_id. #44691
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
Deprecate the ability to update datafeed's job_id. #44691
Conversation
b382970
to
4b1cd9a
Compare
Pinging @elastic/ml-core |
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/datafeed/DatafeedUpdate.java
Outdated
Show resolved
Hide resolved
...high-level/src/test/java/org/elasticsearch/client/documentation/MlClientDocumentationIT.java
Outdated
Show resolved
Hide resolved
...high-level/src/test/java/org/elasticsearch/client/documentation/MlClientDocumentationIT.java
Outdated
Show resolved
Hide resolved
Please also add a note to |
Done by lcawl@. Thanks! |
fe697b7
to
236ad9c
Compare
236ad9c
to
66c7af1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@przemekwitek I think that |
|
Relates: elastic/elasticsearch#44691 * Deprecate the ability to update datafeed's job_id * remove deprecated usage of job id in update data_feed tests
Relates: elastic/elasticsearch#44691 * Deprecate the ability to update datafeed's job_id * remove deprecated usage of job id in update data_feed tests (cherry picked from commit 785e275)
This PR deprecates the ability to specify job_id in the update datafeed endpoint.
Closes #44615