Make it easier to get versioned set of parameters saved #4571
Labels
Community
Issue/PR opened by the open-source community
Issue: Feature Request
New feature or improvement to existing feature
Description
As you will have seen on the Slack channel, I wanted an easy (no extensions) way to save a version file of the parameters I am using. I consider that a key thing that many people must be doing??
So my feature request would be: make it easier to get versioned set of parameters saved
The current solution I found (after much going back and fourth) is the following hook:
with
Context
Just some context as to the journey I had (not saying that things can eventually be found, but they are very sprinkled across docs:
catalog
, I struggled to get thesession_id
and the parameters togetherKedroContext
andKedroSession
are very confusing as to what they containAnyway, that was my journey for something that I feel should be easier...
Possible Implementation
So the solution to this could be:
catalog
- could this be flattenedIn the end it's probably realistic to only do the first, but due to the other options, I left it as feature request
The text was updated successfully, but these errors were encountered: