Details

    Description

      Currently the only work around to see available connectors is to create a table for non-existing connector and run sql over that table. In Exception there will be a list of available connectors.
      The idea is to have command like

      Flink SQL> SHOW CONNECTORS;
      +----------------+--------+
      | connector name | type   |
      +----------------+--------+
      |     opensearch |  sink  |
      |        datagen | source |
      |      blackhole |  sink  |
      |          print |  sink  |
      +----------------+--------+
      4 rows in set
      
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Sergey Nuyanzin Sergey Nuyanzin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: