This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 51f24880e [doc] fix cdc doc url 404 (#4250)
51f24880e is described below
commit 51f24880e07107d164c2aee8c959de2ea01c1730
Author: MOBIN <[email protected]>
AuthorDate: Tue Sep 24 19:14:21 2024 +0800
[doc] fix cdc doc url 404 (#4250)
---
docs/layouts/shortcodes/generated/mongodb_sync_database.html | 2 +-
docs/layouts/shortcodes/generated/mysql_sync_table.html | 4 ++--
docs/layouts/shortcodes/generated/postgres_sync_table.html | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/layouts/shortcodes/generated/mongodb_sync_database.html
b/docs/layouts/shortcodes/generated/mongodb_sync_database.html
index fa450ca12..0d290e282 100644
--- a/docs/layouts/shortcodes/generated/mongodb_sync_database.html
+++ b/docs/layouts/shortcodes/generated/mongodb_sync_database.html
@@ -62,7 +62,7 @@ under the License.
</tr>
<tr>
<td><h5>--mongodb_conf</h5></td>
- <td>The configuration for Flink CDC MongoDB sources. Each
configuration should be specified in the format "key=value". hosts, username,
password, database are required configurations, others are optional. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mongodb-cdc/#connector-options">document</a>
for a complete list of configurations.</td>
+ <td>The configuration for Flink CDC MongoDB sources. Each
configuration should be specified in the format "key=value". hosts, username,
password, database are required configurations, others are optional. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-master/docs/connectors/flink-sources/mongodb-cdc/#connector-options">document</a>
for a complete list of configurations.</td>
</tr>
<tr>
<td><h5>--catalog_conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/mysql_sync_table.html
b/docs/layouts/shortcodes/generated/mysql_sync_table.html
index 589ecb022..d62d3efe4 100644
--- a/docs/layouts/shortcodes/generated/mysql_sync_table.html
+++ b/docs/layouts/shortcodes/generated/mysql_sync_table.html
@@ -67,11 +67,11 @@ under the License.
</tr>
<tr>
<td><h5>--metadata_column</h5></td>
- <td>--metadata_column is used to specify which metadata columns to
include in the output schema of the connector. Metadata columns provide
additional information related to the source data, for example:
--metadata_column table_name,database_name,op_ts. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mysql-cdc/#available-metadata">document</a>
for a complete list of available metadata.</td>
+ <td>--metadata_column is used to specify which metadata columns to
include in the output schema of the connector. Metadata columns provide
additional information related to the source data, for example:
--metadata_column table_name,database_name,op_ts. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-master/docs/connectors/flink-sources/mysql-cdc/#available-metadata">document</a>
for a complete list of available metadata.</td>
</tr>
<tr>
<td><h5>--mysql_conf</h5></td>
- <td>The configuration for Flink CDC MySQL sources. Each configuration
should be specified in the format "key=value". hostname, username, password,
database-name and table-name are required configurations, others are optional.
See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mysql-cdc/#connector-options">document</a>
for a complete list of configurations.</td>
+ <td>The configuration for Flink CDC MySQL sources. Each configuration
should be specified in the format "key=value". hostname, username, password,
database-name and table-name are required configurations, others are optional.
See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-master/docs/connectors/flink-sources/mysql-cdc/#connector-options">document</a>
for a complete list of configurations.</td>
</tr>
<tr>
<td><h5>--catalog_conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/postgres_sync_table.html
b/docs/layouts/shortcodes/generated/postgres_sync_table.html
index 29f73bf05..ff2e93ce2 100644
--- a/docs/layouts/shortcodes/generated/postgres_sync_table.html
+++ b/docs/layouts/shortcodes/generated/postgres_sync_table.html
@@ -60,11 +60,11 @@ under the License.
</tr>
<tr>
<td><h5>--metadata_column</h5></td>
- <td>--metadata_column is used to specify which metadata columns to
include in the output schema of the connector. Metadata columns provide
additional information related to the source data, for example:
--metadata_column table_name,database_name,schema_name,op_ts. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/postgres-cdc/#available-metadata">document</a>
for a complete list of available metadata.</td>
+ <td>--metadata_column is used to specify which metadata columns to
include in the output schema of the connector. Metadata columns provide
additional information related to the source data, for example:
--metadata_column table_name,database_name,schema_name,op_ts. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-master/docs/connectors/flink-sources/postgres-cdc/#available-metadata">document</a>
for a complete list of available metadata.</td>
</tr>
<tr>
<td><h5>--postgres_conf</h5></td>
- <td>The configuration for Flink CDC Postgres sources. Each
configuration should be specified in the format "key=value". hostname,
username, password, database-name, schema-name, table-name and slot.name are
required configurations, others are optional. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/postgres-cdc/#connector-options">document</a>
for a complete list of configurations.</td>
+ <td>The configuration for Flink CDC Postgres sources. Each
configuration should be specified in the format "key=value". hostname,
username, password, database-name, schema-name, table-name and slot.name are
required configurations, others are optional. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-master/docs/connectors/flink-sources/postgres-cdc/#connector-options">document</a>
for a complete list of configurations.</td>
</tr>
<tr>
<td><h5>--catalog_conf</h5></td>