From 3e7b00f9f2915dfe66b0e1825fd120ceba4cce65 Mon Sep 17 00:00:00 2001 From: Steve Siani Date: Fri, 14 Jun 2019 13:13:22 -0400 Subject: Python executor: Execution command and prepare environment log Also fix error messages return when something goes wrong. Issue-ID: CCSDK-1404 Signed-off-by: Steve Siani Change-Id: Ifff396d8cee8d6608b6fb32d3a8e941a253ba24c --- .../properties-capability-source.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json new file mode 100644 index 000000000..950c4a2df --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/properties-capability-source.json @@ -0,0 +1,26 @@ +{ + "name": "properties-capability-source", + "updated-by": "Steve Alphonse Siani, alphonse.steve.siani.djissitchi@ibm.com", + "tags": "properties-capability-source", + "property" :{ + "description": "Data dictionary used to read properties.", + "type": "string" + }, + "sources": { + "input": { + "type": "source-input" + }, + "default": { + "type": "source-default", + "properties": {} + }, + "capability": { + "type": "source-capability", + "properties" : { + "script-type" : "jython", + "script-class-reference" : "Scripts/python/ResolvProperties.py", + "instance-dependencies" : [] + } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg