jolly-florist-66728
10/03/2024, 8:01 PMpyflyte run to execute the workflow:
cd my_project/workflows
pyflyte run example.py wf
- Alternatively, you can run the script directly with Python by adding a main module conditional:
if __name__ == "__main__":
print(wf())
2. Local Flyte Cluster:
- Ensure you have Docker and flytectl installed.
- Start and configure a local Flyte cluster using flytectl.
Would you like more details on any specific part of this process?
Sources:
- Running a workflow locally
Slack Link
https://.slack.com/archives/CP2HDHKE1/p1727985676.882799 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.