-
Notifications
You must be signed in to change notification settings - Fork 906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ability to kedro run --version 'label' #4028
Comments
So this falls under a wider topic we have about custom We have a weird constraint that |
Giving some human label would be great. That way we can do things like "look at the pubmedbert-v3 run" instead of having to juggle date strings. I'd prefix the date to make the sort easier though |
As stated, we need to ensure a date_prefix so the order is maintained, adding a suffix should be fine. I am pro for this as I have need for this many years ago, can we link this to the versioning research at least? |
just for your UX research transparency, we now completely moved away from
versioning and instead have a `RUN_ID` env variable that we pick up in
`globals.yaml` and prefix all pipeline paths with that. we found this
approach (all data of a version bundled under one path) to be preferable.
Pascal
…On Tue, Aug 27, 2024 at 3:53 PM Nok Lam Chan ***@***.***> wrote:
As stated, we need to ensure a date_prefix so the order is maintained,
adding a suffix should be fine. I am pro for this as I have need for this
many years ago, can we link this to the versioning research at least?
#3997 <#3997> @iamelijahko
<https://github.com/iamelijahko>
—
Reply to this email directly, view it on GitHub
<#4028 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARN3F3DRA6TFFHCGHWM6Y3ZTSAG5AVCNFSM6AAAAABLMKSRO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJSGYZDSOJYGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
The contents of this email are confidential and intended only for the
intended recipient. If you are not the intended recipient or responsible
for delivery of the message to such person, you may not use, copy,
distribute or deliver this message or any part of its contents to anyone,
or take any action in reliance on it. If you have received this email in
error, please immediately notify the sender and then permanently delete
this message. The views, opinions, conclusions and other information
provided herein are not intended to be and should not be interpreted as
medical advice. Please consult your physician for all medical advice.
|
Description
We currently have no control over the naming of the kedro version according to this doc
https://docs.kedro.org/en/stable/data/data_catalog.html
However it would be nice to control the name of the folder that the kedro run creates. E.g.
Can we get this?
--load-versions
seems to be meant to read a previous version but you still have no control over what the current version name is going to be.The text was updated successfully, but these errors were encountered: