Hi there! Albert Franzi from Typeform, we are eval...
# prefect-community
a
Hi there! Albert Franzi from Typeform, we are evaluating swapping from Airflow to Prefect, and I was wondering which mechanism the community use to
register
Flows with CI/CD tools? Do you have a side docker container which pulls master branch and register new flows using the
idempotency_key=flow.serialized_hash(),
approach? (similar as Airflow)? Or any advice / better way of doing it?
k
Hey @Albert Franzi, I think there are quite a few ways to setup a CI pipeline that we’ve seen users deploy, so here are some discussions on their implementations. I think threads like this one and this one are good starting points. Otherwise, I’d love to hear what others have been able to accomplish!
a
Thanks @Kyle Moon-Wright, I will take a deeper look 🙂