https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
a

antony.milne

02/21/2022, 12:54 PM
You could mimic something like this with
Copy code
datasets = {dataset: dataset._describe() for dataset in catalog.datasets}
yaml.dump(datasets)
This won't give exactly the reverse of
from_config
but will go some of the way. Possibly
str(dataset)
might be useful also.