diff options
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/sample-primary-db-source.json')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/sample-primary-db-source.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/sample-primary-db-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/sample-primary-db-source.json deleted file mode 100644 index 656841f2..00000000 --- a/components/model-catalog/resource-dictionary/starter-dictionary/sample-primary-db-source.json +++ /dev/null @@ -1,24 +0,0 @@ -{
- "name": "sample-db-source",
- "property" :{
- "description": "name of the ",
- "type": "string"
- },
- "updated-by": "brindasanth@onap.com",
- "tags": "primary-db-source, brindasanth@onap.com",
- "sources": {
- "primary-db": {
- "type": "source-primary-db",
- "properties": {
- "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name",
- "input-key-mapping": {
- "profile_name": "profile_name"
- },
- "output-key-mapping": {
- "db-country": "country",
- "db-state": "state"
- }
- }
- }
- }
-}
\ No newline at end of file |