You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst issue #1363 raises more fundamental issues about the glob paths used by the configuration loader classes being tightly coupled with the low level context object, as an interim solution we should better document what actually happens because it's currently not very clear in the docs.
Looking for this information in the docs I checked the following places:
configuration.md
It is sort of present here, but not really comprehensive. We could also do a better job describing the thinking and relationship of AbstractConfigLoader
kedro.config.ConfigLoader
It's sort of in the docstring here, but not really comprehensive. We could make it very clear for readers.
We should also make sure we use word 'glob' in the header it's easily retrievable / search indexed / linkable
The text was updated successfully, but these errors were encountered:
Whilst issue #1363 raises more fundamental issues about the glob paths used by the configuration loader classes being tightly coupled with the low level
context
object, as an interim solution we should better document what actually happens because it's currently not very clear in the docs.kedro/kedro/framework/context/context.py
Line 356 in e78990c
Looking for this information in the docs I checked the following places:
configuration.md
It is sort of present here, but not really comprehensive. We could also do a better job describing the thinking and relationship of
AbstractConfigLoader
kedro.config.ConfigLoader
It's sort of in the docstring here, but not really comprehensive. We could make it very clear for readers.
We should also make sure we use word 'glob' in the header it's easily retrievable / search indexed / linkable
The text was updated successfully, but these errors were encountered: