Hi All! I am trying to understand if there is any way to override flink configuration parameters when starting the SQL Client.
It seems that the only way to pass any parameters is through the environment yaml. There I found 2 possible routes: configuration: this doesn't work as it only sets Table specific configs apparently, but maybe I am wrong. deployment: I tried using dynamic properties options here but unfortunately we normalize (lowercase) the YAML keys so it is impossible to pass options like -yD or -D. Does anyone have any suggestions? Thanks Gyula