-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdb-sink-connector-app.json
More file actions
43 lines (43 loc) · 1.38 KB
/
Copy pathdb-sink-connector-app.json
File metadata and controls
43 lines (43 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"fullyQualifiedName": "urn:dpds:com.company-xyz:dataproducts:tripExecution:1:applications:dbSinkConnector",
"name": "dbSinkConnector",
"version": "1.1.3",
"description": "The app that store the updated state of a Trip in the target postgres db",
"platform": "westeurope.azure:confluent",
"applicationType": "stream-transformation",
"buildInfo": {
"service": {
"contentMediaType": "application/odm-executor",
"$href":"azureDevOps"
},
"template": {
"specification": "custom-spec",
"specificationVersion": "1.0.0",
"contentMediaType": "application/json",
"definition": {
"pipeName": "dbSinkConnector"
}
},
"configurations": {
"TARGET_STAGE": "BUILD"
}
},
"deployInfo": {
"service": {
"contentMediaType": "application/odm-executor",
"$href":"azureDevOps"
},
"template": {
"specification": "custom-spec",
"specificationVersion": "1.0.0",
"contentMediaType": "application/json",
"definition": {
"pipeName": "dbSinkConnector"
}
},
"configurations": {
"START_STAGE": "BUILD",
"TARGET_STAGE": "DEPLOY"
}
}
}