Skip to content

Commit

Permalink
chore: update sql.json file (#2704)
Browse files Browse the repository at this point in the history
Signed-off-by: oucb <[email protected]>
  • Loading branch information
oucb committed Mar 14, 2024
1 parent fee8ff8 commit b2f6134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions extensions/sinks/sql/sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"control": "text",
"type": "string",
"hint": {
"en_US": "The url of the database, it is important to note that the password in the URL is url-encoded characters. For example, the database address of mysql is mysql://username:[email protected]:3306/testdb?parseTime=true, if the original password is 123:#?, the password here should be filled in with 123%3A%23%3F",
"zh_CN": "数据库服务器的 URL,需要特别注意的是 URL 中的密码为 url 编码后的字符。例如,mysql 的数据库地址为 mysql://username:[email protected]:3306/testdb?parseTime=true,若原始密码为 123:#?,则这里的 password 应填入 123%3A%23%3F"
"en_US": "The url of the database, it is important to note that the password in the URL is url-encoded characters, and you need to re-enter the password when editing. For example, the database address of mysql is mysql://username:[email protected]:3306/testdb?parseTime=true, if the original password is 123:#?, the password here should be filled in with 123%3A%23%3F",
"zh_CN": "数据库服务器的 URL,需要特别注意的是 URL 中的密码为 url 编码后的字符,并且编辑时需要重新输入密码。例如,mysql 的数据库地址为 mysql://username:[email protected]:3306/testdb?parseTime=true,若原始密码为 123:#?,则这里的 password 应填入 123%3A%23%3F"
},
"label": {
"en_US": "server address",
Expand Down
8 changes: 4 additions & 4 deletions extensions/sources/sql/sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"control": "text",
"type": "string",
"hint": {
"en_US": "The url of the database, it is important to note that the password in the URL is url-encoded characters. For example, the database address of mysql is mysql://username:[email protected]:3306/testdb?parseTime=true, if the original password is 123:#?, the password here should be filled in with 123%3A%23%3F",
"zh_CN": "数据库服务器的 URL,需要特别注意的是 URL 中的密码为 url 编码后的字符。例如,mysql 的数据库地址为 mysql://username:[email protected]:3306/testdb?parseTime=true,若原始密码为 123:#?,则这里的 password 应填入 123%3A%23%3F"
"en_US": "The url of the database, it is important to note that the password in the URL is url-encoded characters, and you need to re-enter the password when editing. For example, the database address of mysql is mysql://username:[email protected]:3306/testdb?parseTime=true, if the original password is 123:#?, the password here should be filled in with 123%3A%23%3F",
"zh_CN": "数据库服务器的 URL,需要特别注意的是 URL 中的密码为 url 编码后的字符,并且编辑时需要重新输入密码。例如,mysql 的数据库地址为 mysql://username:[email protected]:3306/testdb?parseTime=true,若原始密码为 123:#?,则这里的 password 应填入 123%3A%23%3F"
},
"label": {
"en_US": "Server address",
Expand Down Expand Up @@ -186,11 +186,11 @@
},
"indexFieldType": {
"name": "indexFieldType",
"default": "STRING",
"default": "",
"optional": true,
"control": "select",
"type": "string",
"values": ["DATETIME", "INT", "FLOAT", "STRING"],
"values": ["DATETIME", "INT"],
"hint": {
"en_US": "Column type for the indexField",
"zh_CN": "索引字段的列类型"
Expand Down

0 comments on commit b2f6134

Please sign in to comment.