Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.17.0, 1.16.1, 1.18.0
Description
Currently, we have some shortcodes specifically designed for externalized connector, such as connectors_artifact, sql_connector_download_table, etc.
When using them, we need to pass in a version number, such as sql_connector_download_table "pulsar" 3.0.0. It's easy for us to forget to modify the corresponding version in the document when releasing a new version.
Of course, we can hard code these into the release process. But perhaps we can introduce a version field to docs/data/connector_name.yml and let flink directly reads the corresponding version when rendering shortcode.