-
Notifications
You must be signed in to change notification settings - Fork 930
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
Improve documentation about configuration (first draft by development team) #2254
Comments
When I read the page last week, the thing that struck me most was that we were saying how it worked rather than how to use it. I wonder if a set of pages of "recipes" for different configuration options may work? I don't feel like we have a good example of using config really, since spaceflights doesn't really modify/extend what is there. |
Thinking more about this issue because I want to get some changes into the upcoming sprint starting w/c 6th March 2023. I'm considering separating the page into a group as follows:
|
The above is not an exhaustive list nor is it in any way definite -- it's just the kind of information I'd probably look for. What I'd particularly like to see is a few examples (in code) of how to work with configuration in Kedro, as I don't feel we have any right now. |
In fact, I'm testing gh-2375 and I'm getting confused about the different places where we store "configuration":
|
Yes I think we need to better define what "configuration" is exactly. I wouldn't consider |
Description
The chapter on configuration is very long and contains a lot of information: https://kedro.readthedocs.io/en/stable/kedro_project_setup/configuration.html
We should divide this up in a better way.
Possible Implementation
From Kedro
0.18.5
the sections in the configuration chapter are:Configuration
kedro run
argumentsMaybe we could divide so that we talk about the different types of config: catalog, parameters, credentials and logging and then separately about the specific loaders which go into templating and omegaconf.
The text was updated successfully, but these errors were encountered: