This commit is contained in:
admin
2026-07-23 13:09:30 +00:00
parent d7beca2e36
commit 7aadca6919
3 changed files with 3 additions and 3 deletions

View File

@@ -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()

View File

@@ -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()

View File

@@ -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":[]}]}}