Hi all, I’m evaluating Prefect as a data pipeline tech upgrade for our company. I’m putting together some pipeline examples to share with the team and I’m wondering what a good dev-test-debug-deploy loop looks like. The example flows I’ve found in the docs and the blog use
flow.run()
for local dev, then edit the code and switch to
flow.register()
. I don’t like editing the code to switch between local dev and deployment, and it doesn’t feel like your typical Python webapp dev loop. Is there a better way to do this?
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.