File tree 4 files changed +4
-4
lines changed
content/docs/core-concept
content.zh/docs/core-concept
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ To describe a data sink, the follows are required:
35
35
| -----------------------------| -------------------------------------------------------------------------------------------------| -------------------|
36
36
| type | The type of the sink, such as doris or starrocks. | required |
37
37
| name | The name of the sink, which is user-defined (a default value provided). | optional |
38
- | parallelism | The parallelism of the sink (or will ` pipeline.parallelism ` ). | optional |
38
+ | parallelism | The parallelism of the sink (or will use ` pipeline.parallelism ` ). | optional |
39
39
| configurations of Data Sink | Configurations to build the Data Sink e.g. connection configurations and sink table properties. | optional |
40
40
41
41
# Example
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ To describe a data source, the follows are required:
35
35
| -------------------------------| -----------------------------------------------------------------------------------------------------| -------------------|
36
36
| type | The type of the source, such as mysql. | required |
37
37
| name | The name of the source, which is user-defined (a default value provided). | optional |
38
- | parallelism | The parallelism of the source (or will ` pipeline.parallelism ` ). | optional |
38
+ | parallelism | The parallelism of the source (or will use ` pipeline.parallelism ` ). | optional |
39
39
| configurations of Data Source | Configurations to build the Data Source e.g. connection configurations and source table properties. | optional |
40
40
41
41
# Example
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ To describe a data sink, the follows are required:
35
35
| -----------------------------| -------------------------------------------------------------------------------------------------| -------------------|
36
36
| type | The type of the sink, such as doris or starrocks. | required |
37
37
| name | The name of the sink, which is user-defined (a default value provided). | optional |
38
- | parallelism | The parallelism of the sink (or will ` pipeline.parallelism ` ). | optional |
38
+ | parallelism | The parallelism of the sink (or will use ` pipeline.parallelism ` ). | optional |
39
39
| configurations of Data Sink | Configurations to build the Data Sink e.g. connection configurations and sink table properties. | optional |
40
40
41
41
# Example
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ To describe a data source, the follows are required:
35
35
| -------------------------------| -----------------------------------------------------------------------------------------------------| -------------------|
36
36
| type | The type of the source, such as mysql. | required |
37
37
| name | The name of the source, which is user-defined (a default value provided). | optional |
38
- | parallelism | The parallelism of the source (or will ` pipeline.parallelism ` ). | optional |
38
+ | parallelism | The parallelism of the source (or will use ` pipeline.parallelism ` ). | optional |
39
39
| configurations of Data Source | Configurations to build the Data Source e.g. connection configurations and source table properties. | optional |
40
40
41
41
# Example
You can’t perform that action at this time.
0 commit comments