Skip to content

Commit 936cb2a

Browse files
author
Benoit Moussaud
committed
output parameters
1 parent 2535665 commit 936cb2a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/main/resources/delphix/DelphixClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def _rewind(self, vdb):
125125
"timeflowPointParameters": {
126126
"type": "TimeflowPointSemantic",
127127
"container": parameters['cont'],
128-
128+
"location": "LATEST_SNAPSHOT"
129129
}
130130
}
131131

src/main/resources/synthetic.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@
1818
</type>
1919

2020
<type type="delphix.Task" extends="xlrelease.PythonScript" virtual="true">
21+
<property name="iconLocation" default="delphix/delphix.png" hidden="true" />
22+
<property name="taskColor" hidden="true" default="#70767a" />
23+
2124
<property name="server" category="input" label="Server" referenced-type="delphix.Server" kind="ci"/>
2225
<property name="username" category="input" required="false"/>
2326
<property name="password" password="true" category="input" required="false"/>
2427

2528
<property name="vdb" category="input"/>
26-
<property name="job" category="ouput" required="false"/>
27-
<property name="action" category="ouput" required="false"/>
29+
30+
<property name="job" category="output" required="false"/>
31+
<property name="action" category="output" required="false"/>
2832

2933
</type>
3034

0 commit comments

Comments
 (0)