Skip to content

Commit a42e4ac

Browse files
authored
Merge pull request #208 from heywalter/upgrade-docusaurus-version
Update Docusaurus to latest version(3.9.2)
2 parents 170eba3 + b80445a commit a42e4ac

33 files changed

Lines changed: 6164 additions & 4895 deletions

File tree

docs/appendix/enhanced-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Enhanced JS nodes allow you to utilize all built-in functions for external calls, such as networking and database operations. If your requirement is solely to process and operate on data records, it is recommended to use [standard JS nodes](standard-js.md).
44

5-
For detailed instructions on how to use enhanced JS nodes and explore various scenarios, please refer to the documentation and resources available for [JS processing node](../data-transformation/process-node.md#js-process).
5+
For detailed instructions on how to use enhanced JS nodes and explore various scenarios, please refer to the documentation and resources available for [JS processing node](../data-transformation/process-node.md#js-processing).
66

77
:::tip
88

docs/appendix/standard-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Standard JS nodes can only process and operate on data records. If you require the usage of system built-in functions for external calls, such as networking or database operations, you can utilize [enhanced JS nodes](enhanced-js.md).
55

6-
For information on how to use and scenarios, see [JS processing node](../data-transformation/process-node.md#js-process).
6+
For information on how to use and scenarios, see [JS processing node](../data-transformation/process-node.md#js-processing).
77

88
## DateUtil
99

docs/case-practices/best-practice/alert-via-qqmail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The email authorization code is a special password used by QQ Mail to log into t
6262
![SMTP Service Settings](../../images/qqmail_smtp_settings.png)
6363

6464
* **SMTP Service Account**: Enter your QQ email address.
65-
* **SMTP Service Password**: Enter the authorization code you obtained in [Step One](#mail-code).
65+
* **SMTP Service Password**: Enter the authorization code you obtained in [Step One](#step-one-obtain-email-authorization-code).
6666
* **Encryption Method**: Select **SSL** to ensure security.
6767
* **SMTP Service Host**: Enter **smtp.qq.com**, the SMTP server for sending emails from QQ Mail.
6868
* **SMTP Service Port**: Enter **465** or **587**.

docs/case-practices/best-practice/raw-logs-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To enhance the efficiency of capturing data changes, TapData supports not only u
1111
* **Operating System**: Linux 64 or Windows 64 platforms.
1212
* **Storage**: Supported file systems include ext4, btrfs, zfs, xfs, sshfs; supported database block sizes are 2k, 4k, 8k, 16k, 32k.
1313
* **Port Requirements**: Some server ports must be open for service communication, including: default data transfer port: **8203**, web management default port: **8303**, raw log service port: **8190**.
14-
* **Permission**: The operating system user running the raw log plugin must have read access to redo log files; in addition to the permissions required for the source database as per the [Oracle Preparation Work](../../connectors/on-prem-databases/oracle.md#source) and enabling archive logs, additional permissions must be granted to simulate Oracle's data information structure and processes to cache part of Oracle Schema information to support the parsing of redo logs.
14+
* **Permission**: The operating system user running the raw log plugin must have read access to redo log files; in addition to the permissions required for the source database as per the [Oracle Preparation Work](../../connectors/on-prem-databases/oracle.md#as-a-source-database) and enabling archive logs, additional permissions must be granted to simulate Oracle's data information structure and processes to cache part of Oracle Schema information to support the parsing of redo logs.
1515

1616
```sql
1717
-- Replace <DSTUSER> with the actual username

docs/case-practices/pipeline-tutorial/mysql-to-bigquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ For more information, See [Management Tasks](../../data-transformation/manage-ta
8585

8686

8787

88-
## <span id="faq"> FAQ</span>
88+
## FAQ
8989

9090
* Q: Why does Agent's machine require access to Google Cloud Services?
9191

docs/connectors/on-prem-databases/opengauss.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Please follow the instructions below to successfully add and use openGauss datab
99
openGauss 3.0.0 and above
1010

1111
## Supported Field Types
12+
1213
<details>
14+
1315
<summary><b>Click to expand and view the detailed list</b></summary>
1416

1517
- smallint

docs/connectors/on-prem-databases/sqlserver.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ In addition, for synchronization from SQL Server to PostgreSQL, extra support is
5959
* When SQL Server is used as the source database and a DDL operation (such as adding a column) is performed on the fields of a table under incremental sync, you will need to restart change data capture for the table to avoid data synchronization errors or failures.
6060

6161
<details>
62+
6263
<summary>Restart change data capture for the corresponding table</summary>
6364

6465
```sql
@@ -342,8 +343,11 @@ When configuring SQL Server as the source node for a task, TapData provides seve
342343
**A**: SQL Server 2005 does not support CDC. Incremental data capture can be done via [field polling](../../introduction/change-data-capture-mechanism.md), or by using the following method:
343344
344345
<details>
346+
345347
<summary>SQL Server 2005 as a Source Solution</summary>
348+
346349
Since CDC is supported from SQL Server 2008 onward, for earlier versions, you can simulate change data capture using Custom SQL. When replicating data from older versions, the source table must have a change-tracking column, such as <b>LAST_UPDATED_TIME</b>, which is updated with every insert or update. When creating the data replication task, set the task synchronization type to <b>Full</b>, enable <b>Repeat Custom SQL</b> as <b>True</b>, and provide appropriate Custom SQL in the mapping design.
350+
347351
</details>
348352
349353
* **Q**: When certain tables cannot enable CDC while others work normally. How can I resolve this issue without restarting the entire database?

docs/connectors/on-prem-databases/tidb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ GRANT SELECT, INSERT, UPDATE, DELETE, ALTER, CREATE, DROP ON *.* TO 'username';
165165

166166
1. Extract the downloaded file, then navigate to the extracted directory and run the `make` command to compile.
167167

168-
2. Locate the generated **cdc** binary file and place it in the **{tapData-dir}/run-resource/ti-db/tool** directory on the TapData engine machine (replace if necessary).
168+
2. Locate the generated **cdc** binary file and place it in the **\{tapData-dir\}/run-resource/ti-db/tool** directory on the TapData engine machine (replace if necessary).
169169

170170
3. Use the `chmod` command to grant read, write, and execute permissions to the files in this directory.

docs/connectors/others/dummy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
Dummy is a data source that generates test data. This article describes how to add Dummy data sources to TapData Cloud.
66

7-
<details><summary>Supported Generated Field Types</summary>
7+
<details>
8+
9+
<summary>Supported Generated Field Types</summary>
810

911
| Type | Description | Parameters |
1012
| ------------------------- | ---------------------- | ------------------------------------------------------------ |
@@ -58,4 +60,3 @@ Dummy is a data source that generates test data. This article describes how to a
5860
If the connection test fails, follow the prompts on the page to fix it.
5961

6062
:::
61-

docs/connectors/pre-check.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ After the data replication/development task configuration is completed, execute
1616
| -------------------------- | ------------------------------------------------------------ |
1717
| Task Sync Type Check | 【ERROR】【2023-01-01 00:00:00】【Task Sync Type Check】【Node-Source】The sync type (Full) of this node does not match the task sync type (Full + Incremental), the task cannot start normally, please check the relevant configuration. |
1818
| Default Timezone Check | 【WARN】【2023-01-01 00:00:00】【Default Timezone Check】The default timezone connected by the source node (Node-Source) is inconsistent with the default timezone connected by the target node (Node-Target), which may cause inconsistency in synchronized data. |
19-
| Task Model Inference Check | 【ERROR】【2023-01-01 00:00:00】【Task Model Inference Check】Task configuration model inference failed, the task cannot start normally, please check the relevant issues. <br /> { <br />Node Name 1: Table Name 1: Field Name 1; <br />Node Name 2: Table Name 2: Field Name 2 <br />} |
19+
| Task Model Inference Check | 【ERROR】【2023-01-01 00:00:00】【Task Model Inference Check】Task configuration model inference failed, the task cannot start normally, please check the relevant issues. <br /> &#123; <br />Node Name 1: Table Name 1: Field Name 1; <br />Node Name 2: Table Name 2: Field Name 2 <br />&#125; |
2020

2121
## Source Node Check
2222

2323
| Check Item | Log Example |
2424
| ------------------------------ | ------------------------------------------------------------ |
25-
| Source Connection Status Check | 【ERROR】【2023-01-01 00:00:00】【Source Connection Status Check】【Node-Source】The data connection of this node is unavailable, the task cannot start normally, please check the relevant issues. { Data source login permission check failed: Wrong username or password } |
26-
| Source Model Load Check | 【ERROR】【2023-01-01 00:00:00】【Source Model Load Check】【Node-Source】The data model loading of this node failed, the task cannot start normally, please check the relevant issues. <br />{ Table Name 1; <br />Table Name 2 <br />} |
25+
| Source Connection Status Check | 【ERROR】【2023-01-01 00:00:00】【Source Connection Status Check】【Node-Source】The data connection of this node is unavailable, the task cannot start normally, please check the relevant issues. &#123; Data source login permission check failed: Wrong username or password &#125; |
26+
| Source Model Load Check | 【ERROR】【2023-01-01 00:00:00】【Source Model Load Check】【Node-Source】The data model loading of this node failed, the task cannot start normally, please check the relevant issues. <br />&#123; Table Name 1; <br />Table Name 2 <br />&#125; |
2727
| Source Type Mapping Check | 【WARN】【2023-01-01 00:00:00】【Source Type Mapping Check】【Node-Source】【Personinfo】【id】The data type of this field is temporarily unsupported, and will be ignored during data reading. |
2828

2929
## Target Node Check
3030

3131
| Check Item | Log Example |
3232
| ------------------------------ | ------------------------------------------------------------ |
33-
| Target Connection Status Check | 【ERROR】【2023-01-01 00:00:00】【Target Connection Status Check】【Node-Target】The data connection of this node is unavailable, the task cannot start normally, please check the relevant issues. { Data source login permission check failed: Wrong username or password } |
34-
| Target Model Load Check | 【ERROR】【2023-01-01 00:00:00】【Target Model Load Check】【Node-Target】The data model loading of this node failed, the task cannot start normally, please check the relevant issues. { Table Name 1; Table Name 2 } |
33+
| Target Connection Status Check | 【ERROR】【2023-01-01 00:00:00】【Target Connection Status Check】【Node-Target】The data connection of this node is unavailable, the task cannot start normally, please check the relevant issues. &#123; Data source login permission check failed: Wrong username or password &#125; |
34+
| Target Model Load Check | 【ERROR】【2023-01-01 00:00:00】【Target Model Load Check】【Node-Target】The data model loading of this node failed, the task cannot start normally, please check the relevant issues. &#123; Table Name 1; Table Name 2 &#125; |
3535
| Target Type Mapping Failure | 【WARN】【2023-01-01 00:00:00】【Target Type Mapping Check】【Node-Target】【Personinfo】【id】The data type of this field is temporarily unsupported, and will be ignored during data writing. |
3636
| Target Type Mapping Warning | 【WARN】【2023-01-01 00:00:00】【Source Type Mapping Check】【Node-Target】【Personinfo】【pic】The target data type mapped by this field is a system-guessed result, which may be biased. Please check and confirm whether it meets the expectations, and adjust accordingly. |
3737

@@ -41,4 +41,4 @@ After the data replication/development task configuration is completed, execute
4141
| ----------- | -------------------------------- | ------------------------------------------------------------ |
4242
| Source Node | MariaDB Timezone Check | 【WARN】【2023-01-01 00:00:00】【MariaDB Timezone Check】【Node-MariaDB】The timezone setting in the MariaDB connection configuration only takes effect in the Full phase and is invalid in the Incremental phase. |
4343
| Target Node | Oracle NOT NULL Constraint Check | 【WARN】【2023-01-01 00:00:00】【Oracle NOT NULL Constraint Check】【Node-Oracle】【Personinfo】【id】When writing NOT NULL fields with Oracle data source as the target, "" cannot be processed. |
44-
| Target Node | CK Primary Key Type Check | 【WARN】【2023-01-01 00:00:00】【CK Primary Key Type Check】【Node-CK】【Personinfo】When using ClickHouse data source as the target and the primary key data type is floating-point, this data table does not support the processing of update delete events. |
44+
| Target Node | CK Primary Key Type Check | 【WARN】【2023-01-01 00:00:00】【CK Primary Key Type Check】【Node-CK】【Personinfo】When using ClickHouse data source as the target and the primary key data type is floating-point, this data table does not support the processing of update delete events. |

0 commit comments

Comments
 (0)