This walkthrough shows how you can get started with Prefect 2.0 and with workflow orchestration in general.
-
It shows that you can already get the benefits of Prefect by adding a single
@flow
decorator to Python scripts scheduled with CRON. -
You can then add logs and get started with Cloud 2.0
-
Finally, you’ll see how you can get started with Prefect Collections and send a Slack post directly from the same Prefect workflow using the
prefect-slack
package: prefect-slack