Hey team! Hope you’re doing well. I have one doubt about registering a flyte multiple times.
If I use the version
foo-123
, and run a
fast-register
using the same version .
Is the uploaded workflow updated? I tried this and it does not fail, but the “Time Created” remains the same
t
thankful-minister-83577
03/18/2024, 5:08 PM
register by default does fast register.
thankful-minister-83577
03/18/2024, 5:09 PM
the result is the same which is why admin didn’t complain and should’ve returned an already exists error which flytekit ignores (if it were different and already exists, it would’ve failed)
t
thankful-tailor-28399
03/18/2024, 5:24 PM
Perfect. So there is no way of reutilizing a version tag for a diff workflow. Seems reasonable. Thanks 🙂
t
thankful-minister-83577
03/18/2024, 5:39 PM
for a different workflow entirely you can. the unique key in the system is project/domain/name/version