You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Gaurang Katre edited this page Jan 22, 2022
·
1 revision
Now you have created a Prefect (perhaps perfect) Flow but sometimes wonder how the tasks interact with one another...now there is a way to visually see a schematic of how the task-graph looks like
add the graphviz as a dev-package in the PR Pipfile. Note: this may have already been done in the Pipfile gitrepo and you may only need to update your pipenv local development environment with pipenv update
the graphviz executable will also be needed to see the Flow Visualizations. Find the install instructions for your local workstation here: (install graphviz)
to see the cool visualizations for your Flow, use flow.visualize() as shown in this example: