Document "magic" behavior of filepath
and other attributes
#2942
Labels
Component: Documentation 📄
Issue/PR for markdown and API documentation
Hacktoberfest
Issue suitable for hacktoberfest
Milestone
Description
https://linen-slack.kedro.org/t/12920230/hi-all-the-other-day-i-was-making-a-custom-dataset-for-the-h#4537cfc5-4656-4b9f-9330-e199d48ac8fa
Indeed, Kedro has a hardcoded list of special properties of datasets that get special treatment:
kedro/kedro/framework/context/context.py
Lines 91 to 92 in 16dd1df
As noted by @noklam in #2819 (comment), this does not happen when one uses the
DataCatalog
as a standalone library component.Context
Possible Implementation
Possible Alternatives
An alternative is to remove this behavior or make it configurable. This will probably come up as one of the work items of #2819. In the meantime though, we should document it somewhere.
The text was updated successfully, but these errors were encountered: