diff options
author | Dan Timoney <dtimoney@att.com> | 2019-08-09 21:48:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-09 21:48:35 +0000 |
commit | 650b2bf7559e091a01dade2720e2adb4970e909e (patch) | |
tree | 67ebc8a276a041cf2eb74da7ccfe2eda1ab94811 /docs | |
parent | 516f19d752a14c603bc2c3a62f9e651b4f569853 (diff) |
Update git submodules
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 097a6e66c3ff19aa53ef3a72dce3a2e41c4eb9ed
- Merge "Add dynamic-properties as python script arg"
- Add dynamic-properties as python script arg
For the remote python executor, we have the ability to provide
dynamic properties, that will end up marshall as Json. Through
the gRPC session, it will be transform to a Google Proto Struct.
Once in the remote python executor, we use utility method from
Proto to convert the Struct into a Json string, and we pass it
as the last argument of the script execution. That way, user can
access them in their script, simply by loading the content using
json.loads and then interact with the data through the python dict.
Change-Id: Ib3552c06734aed252ec28f47173bc8668afe085d
Issue-ID: CCSDK-1606
Signed-off-by: Alexis de Talhouƫt <adetalhouet89@gmail.com>
Diffstat (limited to 'docs')
m--------- | docs/submodules/ccsdk/cds.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git -Subproject 20f27d87bb4ce6343ec2ce54a5cebf1681fac8b +Subproject 097a6e66c3ff19aa53ef3a72dce3a2e41c4eb9e |