Some cool stuff in 15.2! The `--no-schedule` argum...
# ask-community
m
Some cool stuff in 15.2! The
--no-schedule
argument would make it a lot easier to set up separate CI/CD pipelines for main vs feature branches (would rather not have the schedule run for prototypes).
marvin 2
And if I'm reading this right, you can now refactor some stuff onto local libraries and load them along with the flow itself when using git storage? https://github.com/PrefectHQ/prefect/pull/4767
The globbing while Registering flows also looks super useful! Now I can have one folder per Flow, with like a Dockerfile and stuff, and not have to manually add each flow to the Github Action
g
Quality of Life minor release!
I'm not sure if the git storage for extra files can be used for local libraries, I guess Python is very picky with paths and imports. But... if it works that would be really great. I'm think it will work better for some aux text files. But once again, I'm not sure.
👍 1
Gotta test it this weekend! The
--no-schedule
will surely improve some patterns discussed here
💯 1
z
Thanks ya'll! Great to hear the positive feedback 🙂
Over half of the PRs in that release were user contributed too, which is really exciting.
🚀 3