v3
This commit is contained in:
@@ -135,7 +135,7 @@ init_end_time=time.time()
|
|||||||
|
|
||||||
code_transform__0_start_time=time.time()
|
code_transform__0_start_time=time.time()
|
||||||
|
|
||||||
print('hello')
|
print('hellos')
|
||||||
|
|
||||||
code_transform__0_end_time=time.time()
|
code_transform__0_end_time=time.time()
|
||||||
|
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ def code_transform__0(time):
|
|||||||
|
|
||||||
code_transform__0_start_time=time.time()
|
code_transform__0_start_time=time.time()
|
||||||
|
|
||||||
print('hello')
|
print('hellos')
|
||||||
|
|
||||||
code_transform__0_end_time=time.time()
|
code_transform__0_end_time=time.time()
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"v1alpha","kind":"VisualBuilder","metadata":{"name":"test14","description":" ","runtime":"spark"},"spec":{"ui":{"edges":[],"nodes":[{"id":"code-transform__0","type":"workflowNode","position":{"x":1448.8333333333335,"y":-438},"data":{"nodeType":"code-transform","id":"code-transform__0"},"measured":{"width":240,"height":94},"selected":false}],"nodesData":{"code-transform__0":{"name":"code_transform__0","type":"CodeTransform","language":"python","datasource":"","code":"print('hello')","materialization_strategy":"NONE","fail_on_error":true,"isDefault":false,"connectedComponents":[]}}},"blocks":[{"name":"code_transform__0","type":"CodeTransform","options":{},"language":"python","datasource":"","code":"print('hello')","materialization_strategy":"NONE","fail_on_error":true,"isDefault":false,"connectedComponents":[]}]}}
|
{"version":"v1alpha","kind":"VisualBuilder","metadata":{"name":"test14","description":" ","runtime":"spark"},"spec":{"ui":{"edges":[],"nodes":[{"id":"code-transform__0","type":"workflowNode","position":{"x":1448.8333333333335,"y":-438},"data":{"nodeType":"code-transform","id":"code-transform__0"},"measured":{"width":240,"height":112},"selected":true}],"nodesData":{"code-transform__0":{"name":"code_transform__0","type":"CodeTransform","language":"python","datasource":"","code":"print('hellos')","materialization_strategy":"NONE","fail_on_error":true,"isDefault":false,"connectedComponents":[]}}},"blocks":[{"name":"code_transform__0","type":"CodeTransform","options":{},"language":"python","datasource":"","code":"print('hellos')","materialization_strategy":"NONE","fail_on_error":true,"isDefault":false,"connectedComponents":[]}]}}
|
||||||
Reference in New Issue
Block a user