Hello, I’d like to know if there is a way to have...
# questions
s
Hello, I’d like to know if there is a way to have kedro return None instead of raising an exception if loading an entry from the data catalog (catalog.yml) fails. Thanks
m
Maybe by creating a custom dataset ?
s
Yes, that will work but I’d like to know if there is a way to do at kedro level. Otherwise, I’ll have to create many custom datasets (a custom dataset for each bundle of extensions)
d
You could write a hook too, but this isn’t possible out of the box
👍 1
thankyou 1