Skip to content

Commit 10f503f

Browse files
authored
[hotfix][docs][pipeline-connector/maxcompute] Fix maxcompute connector typo in examples section
This closes #3875
1 parent bfcc46a commit 10f503f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/content.zh/docs/connectors/pipeline-connectors/maxcompute.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ source:
5454
sink:
5555
type: maxcompute
5656
name: MaxCompute Sink
57-
accessId: ak
58-
accessKey: sk
57+
access-id: ak
58+
access-key: sk
5959
endpoint: endpoint
6060
project: flink_cdc
61-
bucketSize: 8
61+
buckets-num: 8
6262

6363
pipeline:
6464
name: MySQL to MaxCompute Pipeline

docs/content/docs/connectors/pipeline-connectors/maxcompute.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ source:
5454
sink:
5555
type: maxcompute
5656
name: MaxCompute Sink
57-
accessId: ak
58-
accessKey: sk
57+
access-id: ak
58+
access-key: sk
5959
endpoint: endpoint
6060
project: flink_cdc
61-
bucketSize: 8
61+
buckets-num: 8
6262

6363
pipeline:
6464
name: MySQL to MaxCompute Pipeline

0 commit comments

Comments
 (0)