Hello, How do I write the code that connects the f...
# prefect-ui
e
Hello, How do I write the code that connects the flows in prefect 1.0?
k
Hi @Enes KÖKÇÜ, if you're just getting started I highly recommend started writing your flows with 2.0 because all that is required is an
@flow
decorator to your python functions. However, if you need to stick with Prefect 1, you can see an example of a flow defined here.