Hi, looking at Prefect vs Airflow. AWS'
MWAA has a mechanism where you can upload a DAG to a designated s3 bucket and it automatically registers with Airflow. I've read a little about the file based flow idioms in prefect, but is there any mechanism to point at say github repo and
automatically register the flows? I know it's just one step but if I were to have a lot of flows I'd love to be able to just store my flows in git, point prefect at my repo and have it manage the registrations based on my source