You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/introduction/concepts/config.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ configure the config file.
7
7
The main format of the config file is `hocon`, for more details you can refer to [HOCON-GUIDE](https://github.com/lightbend/config/blob/main/HOCON.md),
8
8
BTW, we also support the `json` format, but you should keep in mind that the name of the config file should end with `.json`.
9
9
10
-
We also support the `SQL` format, please refer to [SQL configuration](sql-config.md) for more details.
10
+
We also support the `SQL` format, please refer to [SQL configuration](../configuration/sql-config.md) for more details.
11
11
12
12
## Example
13
13
@@ -76,7 +76,7 @@ Used to add some engine optional parameters, no matter which engine (Zeta, Spark
76
76
optional parameters should be filled in here.
77
77
78
78
Note that we have separated the parameters by engine, and for the common parameters, we can configure them as before.
79
-
For flink and spark engine, the specific configuration rules of their parameters can be referred to [JobEnvConfig](./JobEnvConfig.md).
79
+
For flink and spark engine, the specific configuration rules of their parameters can be referred to [JobEnvConfig](../configuration/JobEnvConfig.md).
80
80
81
81
<!-- TODO add supported env parameters -->
82
82
@@ -333,7 +333,7 @@ sink {
333
333
- If the substitution variable contains double or single quotes (e.g., `"resName"` or `"nameVal"`), you need to include them with the value.
334
334
- The value cannot contain spaces (`' '`). For example, `-i jobName='this is a job name'` will be replaced with `job.name = "this"`. You can use environment variables to pass values with spaces.
335
335
- For dynamic parameters, you can use the following format: `-i date=$(date +"%Y%m%d")`.
336
-
- Cannot use specified system reserved characters; they will not be replaced by `-i`, such as: `${database_name}`, `${schema_name}`, `${table_name}`, `${schema_full_name}`, `${table_full_name}`, `${primary_key}`, `${unique_key}`, `${field_names}`, `${partition_keys}`. For details, please refer to [Sink Parameter Placeholders](sink-options-placeholders.md).
336
+
- Cannot use specified system reserved characters; they will not be replaced by `-i`, such as: `${database_name}`, `${schema_name}`, `${table_name}`, `${schema_full_name}`, `${table_full_name}`, `${primary_key}`, `${unique_key}`, `${field_names}`, `${partition_keys}`. For details, please refer to [Sink Parameter Placeholders](../configuration/sink-options-placeholders.md).
Copy file name to clipboardExpand all lines: docs/en/introduction/concepts/connector-v2-features.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ If a sink connector supports writing row kinds(INSERT/UPDATE_BEFORE/UPDATE_AFTER
77
77
78
78
### support multiple table write
79
79
80
-
Supports write multiple tables in one SeaTunnel job, users can dynamically specify the table's identifier by [configuring placeholders](./sink-options-placeholders.md).
80
+
Supports write multiple tables in one SeaTunnel job, users can dynamically specify the table's identifier by [configuring placeholders](../configuration/sink-options-placeholders.md).
0 commit comments