brief-boots-17198
10/31/2023, 7:01 PMFile ".../site-packages/flytekit/core/workflow.py", line 545, in
add_entity
raise Exception("Can't already be compiling")
Exception: Can't already be compiling
Sample code:
@task
def upload_sources() -> FlyteDirectory:
...
def helper_func(
params: str,
name: str
) -> Workflow:
test_workflow = Workflow(name=name)
test_workflow.add_workflow_input("params", str)
uploaded_sources_node = test_workflow.add_entity(upload_sources)
...
return test_workflow(
params=params
)
brief-boots-17198
10/31/2023, 7:50 PMthankful-minister-83577
thankful-minister-83577
thankful-minister-83577
brief-boots-17198
11/01/2023, 10:15 AMbrief-boots-17198
11/01/2023, 10:17 AMbrief-boots-17198
11/01/2023, 10:18 AMbrief-boots-17198
11/01/2023, 10:19 AMbrief-boots-17198
11/01/2023, 7:31 PMwith_overrides(name="...")
approachthankful-minister-83577
thankful-minister-83577