Hey everyone, 'Im trying to evaluate Prefect against Airflow. I have implemented solutions on Airflow for a couple of customers and now I'm doing a MVP on Prefect to check if it is a good replacement for my future projects.
Does prefect have a way of dynamically creating flows and tasks based on metadata (json, yaml, etc) ?
The metadata could be something like details of the name of flow and its tasks which includes the task name and function and its order of execution.