-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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.cat should live in the cat namespace. #54196
transform.cat should live in the cat namespace. #54196
Conversation
Similarly to to ml cat API's also living in the `cat` namespace. Clients treat the `cat` namespace differently then other API's (return types, content types). This introduces an exception to this rule.
Pinging @elastic/es-core-infra (:Core/Infra/REST API) |
x-pack/plugin/src/test/resources/rest-api-spec/api/transform.cat_transform.json
Show resolved
Hide resolved
I marked this |
Pinging @elastic/ml-core (:ml/Transform) |
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
Thanks for noticing and fixing the discrepancy!
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.
❤️
🍻 for @Mpdreamz
* transform.cat should live in the cat namespace. Similarly to to ml cat API's also living in the `cat` namespace. Clients treat the `cat` namespace differently then other API's (return types, content types). This introduces an exception to this rule. * rename the specification file as well (cherry picked from commit 0a98904)
* transform.cat should live in the cat namespace. Similarly to to ml cat API's also living in the `cat` namespace. Clients treat the `cat` namespace differently then other API's (return types, content types). This introduces an exception to this rule. * rename the specification file as well (cherry picked from commit 0a98904)
Thanks for the reviews @droberts195 @benwtrent 👍 |
Similarly to to
ml
cat API's also living in thecat
namespace.Clients treat the
cat
namespace differently then other API's (return types, content types). This fixes the exception to this rule.