Hello Everyone,
I'm new to Prefect and data engineering. I have a question:
I've created a Python script named "Prefecttest.py" and it's currently stored on my local drive. I've also stored it on Azure Blob Storage cloud. I can successfully run this flow and deploy it. However, I'm facing an issue: when my laptop is turned off, it interrupts the process and the workflow becomes unhealthy. I understand that I might be making a basic mistake, and I'm seeking guidance in the right direction.
My goal is to run this script either from the local drive or from Azure Blob Storage, and I would like it to be scheduled daily via Prefect.
Thank you for your assistance.