End to end example of Metaflow pipeline (Python)
/data
- Folder containing the raw data, processed data and external data/src
- Folder containing the scripts for load and split dataAirflow_main.py
- Script for airflow DAG (Load >> Split >> Send_Email)Prefect_main.py
- Script demonstrating the Prefect Orchestration flowMetaflow_main.py
- Script with Metaflow code