Hello, Is it possible to configure a sink for sql client queries other than the terminal/stdout? Looking at the SQL Client Configuration <https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/sqlclient/#sql-client-configuration>, it seems that the output of the client is always to visualize the results.
If I wanted to sink a changelog stream to a database like Postgres or Kafka topic would I have to create a streaming application, hardcode the SQL query and configure the sink as java/scala/python code? Thank you.