Flink team, I am exploring the Flink SQL client and trying to configure JDBC Sink in YAML I only find some sample YAML configuration in the documentation. https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/sqlClient.html Where can I find the entire definitions for that YAML configuration?
tables: - name: SinkTable type: sink update-mode: append connector: type: jdbc driverName: org.apache.derby.jdbc.EmbeddedDriver dbURL: jdbc:oracle:thin:@host:port/serviceName username: dbuser password: **** Regards, N.Surat