Lab 106 : - Create an interactive workflow that pa...
# pacc-june-20-21-2024
b
Lab 106 : • Create an interactive workflow that pauses a flow run for input from a user • Bonus: create and resolve an incident (if available)
s
If anyone is following Readme.md
Copy code
- Stretch 1: Use the ConcurrentTaskRunner to run tasks concurrently
- Stretch 2: Use the DaskTaskRunner to run tasks in parallel
you need to install prefect-dask for DaskTaskRunner https://docs.prefect.io/latest/integrations/prefect-dask/ pip install -U prefect-dask
👍 1