This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch v3.0.0-docs in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
commit c6fa261ecce8ca75430e7a3204c6540d6f3d50e6 Author: Weijie Guo <[email protected]> AuthorDate: Tue Apr 11 00:45:39 2023 +0800 [FLINK-31759][JDBC] Using connector_artifact shortcode for datastream document. --- docs/content.zh/docs/connectors/datastream/jdbc.md | 2 +- docs/content/docs/connectors/datastream/jdbc.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content.zh/docs/connectors/datastream/jdbc.md b/docs/content.zh/docs/connectors/datastream/jdbc.md index 55728ea..d0c2b3b 100644 --- a/docs/content.zh/docs/connectors/datastream/jdbc.md +++ b/docs/content.zh/docs/connectors/datastream/jdbc.md @@ -30,7 +30,7 @@ under the License. 添加下面的依赖以便使用该连接器(同时添加 JDBC 驱动): -{{< artifact flink-connector-jdbc >}} +{{< connector_artifact flink-connector-jdbc 3.0.0 >}} 注意该连接器目前还 __不是__ 二进制发行版的一部分,如何在集群中运行请参考 [这里]({{< ref "docs/dev/configuration/overview" >}})。 diff --git a/docs/content/docs/connectors/datastream/jdbc.md b/docs/content/docs/connectors/datastream/jdbc.md index 4610e39..f120d80 100644 --- a/docs/content/docs/connectors/datastream/jdbc.md +++ b/docs/content/docs/connectors/datastream/jdbc.md @@ -30,7 +30,7 @@ This connector provides a sink that writes data to a JDBC database. To use it, add the following dependency to your project (along with your JDBC driver): -{{< artifact flink-connector-jdbc >}} +{{< connector_artifact flink-connector-jdbc 3.0.0 >}} Note that the streaming connectors are currently __NOT__ part of the binary distribution. See how to link with them for cluster execution [here]({{< ref "docs/dev/configuration/overview" >}}). A driver dependency is also required to connect to a specified database. Please consult your database documentation on how to add the corresponding driver.
