Hi Rajat, Currently sql-gateway supports REST[1] and Hive[2] endpoints.
For Hive endpoints, you can submit sql jobs with existing Hive clients, such as hive jdbc, apache superset and other systems. For REST endpoints, you can use flink sql-client to submit your sql jobs. We support jdbc-driver[3] in the next release version(1.18) and you can submit sql jobs in all editors which support standard jdbc protocol such as apache superset, tableau and .etc [1] https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql-gateway/rest/ [2] https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql-gateway/hiveserver2/ [3] https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/jdbcdriver/ Best, Shammon FY On Thu, Jul 20, 2023 at 12:48 AM Rajat Ahuja <ahujarajat...@gmail.com> wrote: > Hi team, > > I have set up a session cluster on k8s via sql gateway. I am looking for > an open source Flink sql editor that can submit sql queries on top of the > k8s session cluster. Any suggestions for sql editor to submit queries ? > > > Thanks >