Lab 104 Instructions
• Let’s make one of our weather forecast workflows more powerful
• Create a deployment with .deploy() that uses a Prefect Managed or Process work pool. Reminder, Managed is Prefect Cloud only
• Create work pool from the UI
◦ Create a deployment that references flow code stored in your own GitHub repository
▪︎ Use your earlier fetch weather flow if you like
▪︎ ❗️Push your code to your GitHub repo manually
◦ If using a Process work pool start a worker to pick up scheduled flow runs
◦ Run it! 🚀