Hi, We a have a bunch of Flink SQL queries running in our Flink environment. For regular Table API interactions, we can override `uid` which also gives us an indicative name for the thread/UI to look at. For Flink SQL queries, this doesn't seem the the case which results in very verbose names (essentially the entire query plan) shown in the UI / thread names while debugging.
Is there any convenient way to set / override the UID for SQL defined queries? -- Best Regards, Yuval Itzchakov.