Make source-db consistent across samples
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / golden-vf-module-type.json
1 {
2   "tags" : "golden-vf-module-type",
3   "name" : "golden-vf-module-type",
4   "property" : {
5     "description" : "golden-vf-module-type",
6     "type" : "string"
7   },
8   "updated-by" : "adetalhouet",
9   "sources" : {
10     "processor-db" : {
11       "type" : "source-db",
12       "properties" : {
13         "type" : "SQL",
14         "query" : "select sdnctl.demo.value as value from sdnctl.demo where sdnctl.demo.id=:vfmoduleid",
15         "input-key-mapping" : {
16           "vfmoduleid" : "vf-module-number"
17         },
18         "output-key-mapping" : {
19           "golden-vf-module-type" : "value"
20         },
21         "key-dependencies" : [ "vf-module-number" ]
22       }
23     }
24   }
25 }