Skip to content

Commit bdae514

Browse files
committed
Update Docusaurus to latest version(3.9.2)
1 parent 170eba3 commit bdae514

22 files changed

Lines changed: 6114 additions & 4886 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/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
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+
<summary>Supported Generated Field Types</summary>
89

910
| Type | Description | Parameters |
1011
| ------------------------- | ---------------------- | ------------------------------------------------------------ |
@@ -58,4 +59,3 @@ Dummy is a data source that generates test data. This article describes how to a
5859
If the connection test fails, follow the prompts on the page to fix it.
5960

6061
:::
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. |

docs/data-transformation/create-views/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ import TapDataAnimation from '@site/src/components/Animation/TapDataAnimation';
2323
<TapDataAnimation />
2424

2525

26-
<details><summary>Ways to Add Related Fields</summary>
26+
<details>
27+
<summary>Ways to Add Related Fields</summary>
2728

2829
When designing your Incremental Materialized View, you can choose how data from related tables is included in your main record. TapData lets you customize this structure to match your analysis needs and downstream use cases:
2930

docs/data-transformation/create-views/using-tapflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ You can build the real-time, incremental materialized view directly in **TapShel
7171
)
7272
```
7373

74-
<details><summary>Understanding type and path in .lookup()</summary>
74+
<details>
75+
<summary>Understanding type and path in .lookup()</summary>
7576
These parameters control **how** related data is merged:
7677

7778
- **type="object"** – embeds the joined record as a nested document at `path`. Ideal for one-to-one enrichments like adding user profiles inside orders.
@@ -247,4 +248,3 @@ This structure is analysis-ready, API-friendly, and tailored for real-time use.
247248
- **Publish the view as an API** so other teams or systems can consume fresh, structured order data via REST or GraphQL.
248249

249250

250-

0 commit comments

Comments
 (0)