Hello everyone, here's the situation that I'm tryi...
# beginners-need-help
b
Hello everyone, here's the situation that I'm trying to tackle. I have a pipeline node that uses a function that raises an exception if the incoming DataFrame is empty. However, this halts the entire pipeline and isn't a very graceful exit. Is there a way that I can tell kedro to exit the node without outputting anything and continue by loading the data that is already stored in S3 via the catalog?