zentol opened a new pull request, #21492:
URL: https://github.com/apache/flink/pull/21492

   Adds a new shortcode for generating the sql download table for externalized 
connectors.
   Further decouples the Flink/connector docs by no longer relying on 
docs/data/sql_connectors.yml.
   
   Usage:
   ```
   some_document.md:
   {{< sql_connector_download_table_v2 "elasticsearch" 3.0.0 >}}
   
   docs/data/elasticsearch.yml:
   variants:
     - maven: flink-connector-elasticsearch6
       sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-elasticsearch6/$full_version/flink-sql-connector-elasticsearch6-$full_version.jar
     - maven: flink-connector-elasticsearch7
       sql_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-elasticsearch7/$full_version/flink-sql-connector-elasticsearch7-$full_version.jar
   ```
   
   @dannycranmer You may be interested in this one.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to