forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com> Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
6.5 KiB
6.5 KiB
Link to DLI
Description
By creating a DLI link, you can import data to DLI. Currently, you cannot export data from DLI using CDM.
Sample Link
{
"links": [
{
"link-config-values": {
"configs": [
{
"inputs": [
{
"name": "linkConfig.ak",
"value": "GRC2WR0IDC6NGROYLWU2"
},
{
"name": "linkConfig.sk",
"value": "Add password here"
},
{
"name": "linkConfig.region",
"value": ""
},
{
"name": "linkConfig.projectId",
"value": "c48475ce8e174a7a9f775706a3d5ebe2"
}
],
"name": "linkConfig"
}
]
},
"name": "dli",
"connector-name": "dli-connector"
}
]
}
Link Parameters
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
linkConfig.ak |
Yes |
String |
AK for accessing the DLI database |
linkConfig.sk |
Yes |
String |
SK for accessing the DLI database |
linkConfig.region |
Yes |
String |
Region where DLI resides |
linkConfig.projectId |
Yes |
String |
Project ID of the DLI service |
Parent topic: Link Parameter Description