Open abpwrs opened 1 year ago
Hi! Looks like an interesting use case indeed. I think we can implement this in GTO.
Do you use GTO already and need this to support your workflow? Or just considering whether to try it out?
Also, want to clarify one thing: after running
gto register hello-world
gto assign hello-world --version v0.0.1 --stage dev
gto assign hello-world --version v0.0.1 --stage qa
you're expecting v0.0.1
to be in both dev
and qa
, right?
Do you use GTO already and need this to support your workflow? Or just considering whether to try it out?
Hi @aguschin! This isn't part of a workflow yet. I'm just exploring data/model registry solutions, and, in learning how GTO works, I found that I'd want some type of deployment stage protection.
Also, want to clarify one thing: after running
gto register hello-world gto assign hello-world --version v0.0.1 --stage dev gto assign hello-world --version v0.0.1 --stage qa
you're expecting
v0.0.1
to be in bothdev
andqa
, right?
Correct, I'd expect v0.0.1
to be in dev
and qa
:+1:
Sounds good! Let me know if you'll need this - I can implement it shortly if you decide to use GTO. Adding to the backlog for now.
I'm interested in enforcing that model versions are assigned to "lower" deployment environments (closer to dev) before they are allowed to be assigned to "higher" environments (closer to prod). I've drafted out an example below, and was curious if this feature would align w/ the goals for GTO?
For instance, to enforce the promotion DAG above, maybe an extension of the existing
STAGES
field in the.gto
file:Then during normal use you'd see: