Nok Lam Chan
Nok Lam Chan
Looks good! The fork branch is not accessible to me, I think it helps if I can see the result of the dependent bot PR. A couple of questions: 1....
Thank you @SajidAlamQB, I have had a quick look at the PRs and I have a follow-up question. What PR are we going to merge? Do we accept all PRs...
Add this related SO Question - [How to run a kedro pipeline interactively like a fuction](https://stackoverflow.com/questions/73936203/how-to-run-a-kedro-pipeline-interactively-like-a-fuction) - this issues only focus on the `output` of a pipeline, what about `input`?...
Notes for Tech Design > The reason I only say kind of above is that it seems more questionable to me that we only return those outputs that are MemoryDataSet....
Supplement on the above comments to address @AntonyMilneQB question: > i.e. we could have free_output = pipeline.outputs() The answer to that is there is a `catalog.load` call at the end,...
I just give it a go to see what would it takes to make the initial idea works, partly because I want to test how the `nbdev` system works. See...
Reopen as it's only partly done
Add some more comments to document what happened. In summary, there are 2 issues: 1. The CLI mode generate some `sys.exit()` which some platform doesn't welcome (i.e. databricks), and users...
Note for myself: create a demo for existing debugging workflow.
One question for Antony - this would work if the error is within the node function - but would it works if it's deeper in the node? For example ```python...