Marwan Sarieddine
08/07/2020, 3:20 AMnicholas
08/07/2020, 1:42 PMflow.visualize()
on your flow object in Prefect Core, which will give you a PDF visualization of your flow. Note: this requires that you have graphviz
installed on your machine.Marwan Sarieddine
08/07/2020, 1:45 PMvisualize()
but when my flow is too big, rendering the flow becomes very slow or error prone (for instance the pdf reader throws errors that it cant fit the flow - Acrobat reader’s error message is: The dimensions of this page are out-of-range. Page content might be truncated.)
and chrome has a hard time showing the schematic … (spinner wheel keeps spinning and then chrome freezes … )
I am wondering if visualize() or the UI takes parameters to help show independent sections of the flow if possible ? (easier said than done)
- I suppose with the UI I can try to visualize one task at a time, not sure how smooth the experience is to go through the different tasks …
(So with the UI, I’d have to go to flow-> tasks -> choose a task -> visualize it, however to move to the second task, I have to go back to tasks and choose a task … )nicholas
08/07/2020, 2:02 PMMarwan Sarieddine
08/07/2020, 2:54 PM