This is an automated email from the ASF dual-hosted git repository.

wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new a540026b32 [Improve][Document] Add remind for job config file suffix 
(#7625)
a540026b32 is described below

commit a540026b32689164093bb5a3c0386fae82b54f47
Author: Jia Fan <[email protected]>
AuthorDate: Wed Sep 11 13:16:51 2024 +0800

    [Improve][Document] Add remind for job config file suffix (#7625)
---
 docs/en/concept/config.md     | 2 ++
 docs/en/concept/sql-config.md | 2 ++
 docs/zh/concept/config.md     | 2 ++
 docs/zh/concept/sql-config.md | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/docs/en/concept/config.md b/docs/en/concept/config.md
index defc308646..0713c1974e 100644
--- a/docs/en/concept/config.md
+++ b/docs/en/concept/config.md
@@ -159,6 +159,8 @@ sql = """ select * from "table" """
 
 ## Json Format Support
 
+Before writing the config file, please make sure that the name of the config 
file should end with `.json`.
+
 ```json
 
 {
diff --git a/docs/en/concept/sql-config.md b/docs/en/concept/sql-config.md
index dd24b57032..46eee7275f 100644
--- a/docs/en/concept/sql-config.md
+++ b/docs/en/concept/sql-config.md
@@ -1,5 +1,7 @@
 # SQL Configuration File
 
+Before writing the sql config file, please make sure that the name of the 
config file should end with `.sql`.
+
 ## Structure of SQL Configuration File
 
 The `SQL` configuration file appears as follows:
diff --git a/docs/zh/concept/config.md b/docs/zh/concept/config.md
index 1456f91f29..e94818aa33 100644
--- a/docs/zh/concept/config.md
+++ b/docs/zh/concept/config.md
@@ -144,6 +144,8 @@ sql = """ select * from "table" """
 
 ## Json格式支持
 
+在编写配置文件之前,请确保配置文件的名称应以 `.json` 结尾。
+
 ```json
 
 {
diff --git a/docs/zh/concept/sql-config.md b/docs/zh/concept/sql-config.md
index e080e161fe..2d87b95ac8 100644
--- a/docs/zh/concept/sql-config.md
+++ b/docs/zh/concept/sql-config.md
@@ -1,5 +1,7 @@
 # SQL配置文件
 
+在编写`SQL`配置文件之前,请确保配置文件的名称应该以`.sql`结尾。
+
 ## SQL配置文件结构
 
 `SQL`配置文件类似下面这样:

Reply via email to