Hello all, would you mind sharing best practices a...
# ask-the-community
c
Hello all, would you mind sharing best practices around versioning? I have a workflow that I've iterated on locally and run on the cluster successfully. I'd like to check this worklow version in , and take the opportunity to (1) register a version on the flyte cluster (2) merge this annotated version (i.e.,
@workflow(version="7c7s83"
) into the main branch. Ideally I would use the git sha so that it is traceable from the workflow admin UI to the git commit.