We usually call Prefect users “Prefectionists”! 😄
Thank you so much for sharing your experience! 👏
#1 - nice that your imports work as intended - if you face any issues with packaging your code dependencies, let us know, we have some resources that can help with that
#2 - I definitely empathize with you since I also used SSIS, Pentaho Data Integrations and similar drag-and-drop ETL madness and I can attest that it’s not a good experience, creates a ton of tech debt, is hard to scale and makes it really hard to implement best engineering practices
#3 That’s true! 💪
#4 - You could use a ShellTask in a flow running e.g. every day/week and running the command
docker container prune
This allows you to remove stopped containers and reclaim the disk space. You may even do:
docker system prune
#5 - I agree, Prefect allows you to build workflows in a very modular and flexible way.
Again, thanks for sharing! 👏