chanes
Aaron Goebel
prefect.exceptions.MissingFlowError: Flow 'tool' not found in script 'flows/tool.py'. Found the following flows: 'monolithic-tool-flow'. Check to make sure that your flow function is decorated with `@flow`.
flows/tool.py ------- @flow(name="monolithic-tool-flow") def process_tool()...
prefect deployment build flows/tool.py:process_tool -n process_tool -q test -ib docker-container/local --override image=sha256:4e3346168cs3a3c6c0fb256d6e705c6629a41f0f6f23405c33a0bbc3deb964690 --apply
Seth Just
Geoffrey Keating
prefect_test_harness
.run()
Naimesh Chaudhari
André Petersen
JulienKWM
@task() def sample_task(some): return some @task() def process(current, previous): pass with Flow("test") as flow: previous = None for n in range(180): item = sample_task(n) process(item, previous) previous = item
Omar Faruk
Lev Zemlyanov
Saad Bin Akhlaq
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.