-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
123 changed files
with
1,329 additions
and
743 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# HANA | ||
|
||
![hana](../../../../img/new_ui/dev/datasource/hana.png) | ||
|
||
## Datasource Parameters | ||
|
||
| **Datasource** | **Description** | | ||
|----------------------------|---------------------------------------------------------| | ||
| Datasource | Select HANA. | | ||
| Datasource name | Enter the name of the DataSource. | | ||
| Description | Enter a description of the DataSource. | | ||
| IP/Host Name | Enter the HANA service IP. | | ||
| Port | Enter the HANA service port. | | ||
| Username | Set the username for HANA connection. | | ||
| Password | Set the password for HANA connection. | | ||
| Database name | Enter the database name of the HANA connection. | | ||
| Jdbc connection parameters | Parameter settings for HANA connection, in JSON format. | | ||
|
||
## Native Supported | ||
|
||
No, read section example in [datasource-setting](../howto/datasource-setting.md) `DataSource Center` section to activate this datasource. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# HANA 数据源 | ||
|
||
![hana](../../../../img/new_ui/dev/datasource/hana.png) | ||
|
||
- 数据源:选择 HANA | ||
- 数据源名称:输入数据源的名称 | ||
- 描述:输入数据源的描述 | ||
- IP 主机名:输入连接 HANA 的 IP | ||
- 端口:输入连接 HANA 的端口 | ||
- 用户名:设置连接 HANA 的用户名 | ||
- 密码:设置连接 HANA 的密码 | ||
- 数据库名:输入连接 HANA 的数据库名称 | ||
- Jdbc 连接参数:用于 HANA 连接的参数设置,以 JSON 形式填写 | ||
|
||
## 是否原生支持 | ||
|
||
否,使用前需请参考 [数据源配置](../howto/datasource-setting.md) 中的 "数据源中心" 章节激活数据源。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,6 @@ | |
import org.apache.dolphinscheduler.alert.api.AlertResult; | ||
import org.apache.dolphinscheduler.alert.api.ShowType; | ||
import org.apache.dolphinscheduler.common.utils.JSONUtils; | ||
import org.apache.dolphinscheduler.spi.params.PasswordParam; | ||
import org.apache.dolphinscheduler.spi.params.PluginParamsTransfer; | ||
import org.apache.dolphinscheduler.spi.params.base.ParamsOptions; | ||
import org.apache.dolphinscheduler.spi.params.base.PluginParams; | ||
|
@@ -107,9 +106,8 @@ public String getEmailAlertParams() { | |
.setValue("[email protected]") | ||
.build(); | ||
|
||
PasswordParam mailPassword = PasswordParam.newBuilder(MailParamsConstants.NAME_MAIL_PASSWD, "passwd") | ||
InputParam mailPassword = InputParam.newBuilder(MailParamsConstants.NAME_MAIL_PASSWD, "passwd") | ||
.setPlaceholder("if enable use authentication, you need input password") | ||
.setValue("escheduler123") | ||
.build(); | ||
|
||
RadioParam enableTls = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.