[Transform] Implement the ability to preview the existing transform#76697
Conversation
509733c to
fbd85d4
Compare
ddf74f4 to
7e1afdc
Compare
|
Pinging @elastic/clients-team (Team:Clients) |
|
Pinging @elastic/ml-core (Team:ML) |
hendrikmuhs
left a comment
There was a problem hiding this comment.
Note: I reviewed before the last commit, so probably some of my comments are outdated.
7c8dcdf to
99e308b
Compare
8154c36 to
17150df
Compare
There was a problem hiding this comment.
LGTM, I have 1 more request: can you add a test in transform/qa/multi-cluster-tests-with-security/ to assert that bob is not able to preview by id the transform that joe created (or any other user combo)?
(I mean of course w.r.t. to data access rights: bob can preview joe's transform, but should not get access to data which only joe is allowed to retrieve)
Done, I've added an assertion to an existing test. |
This PR adds the ability to perform transform preview using already existing transform config.
The user does not have to provide the full config in the preview request anymore.
Instead, they can just provide transform id using
idparam.Closes #76427