Skip to content

Commit

Permalink
[INLONG-1074][Doc] Fix incorrect expression in Offline Data Synchroni…
Browse files Browse the repository at this point in the history
…zation example
  • Loading branch information
ZKpLo committed Oct 26, 2024
1 parent 3108719 commit 77bc246
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/quick_start/offline_data_sync/pulsar_mysql_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ CREATE TABLE sink_table (
);
```

In the data sink section, click [Create][MySQL], and configure the data sink name, database name, and table name (test.source_table), among other information.
In the data sink section, click [Create][MySQL], and configure the data sink name, database name, and table name (test.sink_table), among other information.

![Create Sink](img/pulsar_mysql/sink.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ CREATE TABLE sink_table (
);
```

数据目标中 点击 【新建】→【MySQL】,配置数据源名称、库名和表名(test.source_table)等信息信息等。
数据目标中 点击 【新建】→【MySQL】,配置数据目标名称、库名和表名(test.sink_table)等信息信息等。

![Create Sink](img/pulsar_mysql/sink.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ CREATE TABLE sink_table (
);
```

数据目标中 点击 【新建】→【MySQL】,配置数据源名称、库名和表名(test.source_table)等信息信息等。
数据目标中 点击 【新建】→【MySQL】,配置数据目标名称、库名和表名(test.sink_table)等信息信息等。

![Create Sink](img/pulsar_mysql/sink.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ CREATE TABLE sink_table (
);
```

In the data sink section, click [Create][MySQL], and configure the data sink name, database name, and table name (test.source_table), among other information.
In the data sink section, click [Create][MySQL], and configure the data sink name, database name, and table name (test.sink_table), among other information.

![Create Sink](img/pulsar_mysql/sink.png)

Expand Down

0 comments on commit 77bc246

Please sign in to comment.