Timeline View of the Execution of Your Python Functions
Timeline View of the Execution of Your Python Functions
Have you ever wanted to see a timeline graph showing how the execution of your functions takes place in time? Prefect now allows you to do exactly that.
To use Prefect, simply add @task and @flow to your Python functions.