Re: How to list operators and see UID

2024-04-03 Thread Asimansu Bera
Hello Oscar, You can use Rest API to fetch the Vertices Id which I felt is mapped to operator ID( I guess so). http://localhost:8081/jobs/55770be021a8887278234d97684b9518/ You need to provide the jobid which will provide you list of vertices for the job graph: "vertices": [ { "id":

How to list operators and see UID

2024-04-03 Thread Oscar Perez via user
Hei, We are facing an issue with one of the jobs in production where fails to map state from one deployment to another. I guess the problem is that we failed to set a UID and relies on the default of providing one based on hash Is it possible to see all operators / UIDs at a glance? What is the