diff --git a/docs/content/cdc-ingestion/kafka-cdc.md b/docs/content/cdc-ingestion/kafka-cdc.md index 557a72de737b..20ea3e61997c 100644 --- a/docs/content/cdc-ingestion/kafka-cdc.md +++ b/docs/content/cdc-ingestion/kafka-cdc.md @@ -198,11 +198,11 @@ To use this feature through `flink run`, run the following shell command. kafka_sync_database \ --warehouse \ --database \ - [--table_mapping =] \ + [--table_mapping = [--table_mapping = ...]] \ [--table_prefix ] \ [--table_suffix ] \ - [--table_prefix_db ] \ - [--table_suffix_db ] \ + [--table_prefix_db = [--table_prefix_db = ...]] \ + [--table_suffix_db = [--table_suffix_db = ...]] \ [--including_tables ] \ [--excluding_tables ] \ [--including_dbs ] \ diff --git a/docs/layouts/shortcodes/generated/kafka_sync_database.html b/docs/layouts/shortcodes/generated/kafka_sync_database.html index 5b4024e30c18..923c1fcc4361 100644 --- a/docs/layouts/shortcodes/generated/kafka_sync_database.html +++ b/docs/layouts/shortcodes/generated/kafka_sync_database.html @@ -51,7 +51,7 @@
--table_prefix_db
- The prefix of the Paimon tables to be synchronized from the specified db. For example, if you want to prefix the tables from db1 with "ods_db1_", you can specify "--table_prefix_db db1=ods_db1_". "--table_prefix_db" has higher priority than "--table_prefix". + The prefix of the Paimon tables to be synchronized from the specified db. For example, if you want to prefix the tables from db1 with "ods_db1_", you can specify "--table_prefix_db db1=ods_db1_". Multiple mappings could be specified multiple "--table_prefix_db" options. "--table_prefix_db" has higher priority than "--table_prefix".
--table_suffix_db