Lab 102 instructions:
• Use a flow with two tasks that fetches weather data from open-meteo
• Pass data between the tasks
• Add retries (add an exception to force a failure)
• Run your flow as a Python script
• Stretch 1: Log the name of the flow run
• Stretch 2: Create a block in the UI
• Stretch 3: Load the block in code and use it