are there any examples of how to use metaflow to s...
# ask-metaflow
w
are there any examples of how to use metaflow to setup a CI/CD pipeline with multiple stages like alpha/beta/prod and integ tests etc?
1
a
w
mm.. I think these tags would be useful if I already had a CI/CD pipeline in place? I'm looking more for best practices / guidance around how to setup a CI/CD pipeline to deploy my models (right now I'm deploying into prod manually)
f
not sure about best practice but have been experimenting with code pipeline thats managed by cdk. Basically it just runs unit tests -> executes the flow -> manual approval step -> tags production
going to do some fancier things down the road at the execution step with checking the outputs but right now it's just up to the data scientist to promote it w the approval