This is an automated email from the ASF dual-hosted git repository.

leonard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 10f503ffa [hotfix][docs][pipeline-connector/maxcompute] Fix maxcompute 
connector typo in examples section
10f503ffa is described below

commit 10f503ffa4a995066525d803e2dda3c7f2b9f18d
Author: Jason Zhang <50667759+dingxin-t...@users.noreply.github.com>
AuthorDate: Wed Jan 22 17:38:44 2025 +0800

    [hotfix][docs][pipeline-connector/maxcompute] Fix maxcompute connector typo 
in examples section
    
    This closes #3875
---
 docs/content.zh/docs/connectors/pipeline-connectors/maxcompute.md | 6 +++---
 docs/content/docs/connectors/pipeline-connectors/maxcompute.md    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/content.zh/docs/connectors/pipeline-connectors/maxcompute.md 
b/docs/content.zh/docs/connectors/pipeline-connectors/maxcompute.md
index 63e2f4700..bcf02f718 100644
--- a/docs/content.zh/docs/connectors/pipeline-connectors/maxcompute.md
+++ b/docs/content.zh/docs/connectors/pipeline-connectors/maxcompute.md
@@ -54,11 +54,11 @@ source:
 sink:
   type: maxcompute
   name: MaxCompute Sink
-  accessId: ak
-  accessKey: sk
+  access-id: ak
+  access-key: sk
   endpoint: endpoint
   project: flink_cdc
-  bucketSize: 8
+  buckets-num: 8
 
 pipeline:
   name: MySQL to MaxCompute Pipeline
diff --git a/docs/content/docs/connectors/pipeline-connectors/maxcompute.md 
b/docs/content/docs/connectors/pipeline-connectors/maxcompute.md
index f05cca380..898066437 100644
--- a/docs/content/docs/connectors/pipeline-connectors/maxcompute.md
+++ b/docs/content/docs/connectors/pipeline-connectors/maxcompute.md
@@ -54,11 +54,11 @@ source:
 sink:
   type: maxcompute
   name: MaxCompute Sink
-  accessId: ak
-  accessKey: sk
+  access-id: ak
+  access-key: sk
   endpoint: endpoint
   project: flink_cdc
-  bucketSize: 8
+  buckets-num: 8
 
 pipeline:
   name: MySQL to MaxCompute Pipeline

Reply via email to