Adding our own version number to the dagit repository page #18863
davidalbertonogueira
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
How could I add to the repository page a tag or a string with the version number of my code? For example, in setup.py, we have our own version number, and would be helpful to know instantaneously in dagit, which version is running in that client/endpoint...
I tried adding the version number to the repository name (second image), but it isn't helpful, as it breaks (actually loses) the history of runs for each job, as it considers it is a new job (because the repository name changed)
For example, opening a run for a job in a previous code version and clicking "open in launchpad" will lead to an error page saying that the job could be found as the repo name of that run no longer exists in this workspace.
Therefore, seems obvious to me that the repo name shouldn't be used to display version numbers, but a place to do it would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions