I see that data sources in the catalog can have a ...
# questions
g
I see that data sources in the catalog can have a "metadata" section. e.g.: https://docs.kedro.org/en/stable/hooks/common_use_cases.html#use-hooks-to-read-metadata-from-datacatalog Is it appropriate to put definitions (in natural language) of each of the variables in the catalog metadata?
e
Hi Galen,
metadata
is a dataset’s property that can store any arbitrary metadata. Kedro ignores it, but users or external plugins may consume it. So you can put there anything you need to use later on.
đŸ’¯ 1
g
@Elena Khaustova Great! Thank you for clarifying that. I appreciate it :)