Joel

Results 350 comments of Joel

Hi @tomaz-suller I think we're at a good point in terms of thinking - it may be worth trying to scratch up an implementation. We have docs here on how...

Thanks @tomaz-suller I've added a 'Help wanted label' in case anyone else wants to have a go. Likewise the core team is unlikely to have time to takeover this request....

Hi @Harsh-Maheshwari thanks for your input here - we'd love to accept a PR for this, but we have some thoughts about the implementation: - The class should be called...

Hi @roboserg Rich is now part of Kedro itself this prototype was what we used to test the idea. There are some open issues on the roadmap, but the team...

I can't get the progress bars to work with `ParallelRunner`, but the nicer logging experience still works. Ultimately without developing my own runner implementation, I think the the interference of...

Amazing work @ankatiyar - Can you also run this when you have a lot of nodes, datasets and parameters for the catalog to resolve? My hunch is that is the...

Excellent - I still feel these can be thought of as sub-issues of the start up parent. Runtime performance once the session and catalog is built is fine.

I'm amazed `kedro-telemetry` is so chunky, we should absolutely defer it till after the important stuff, but I wonder if async is sensible here too.

I think - and correct me if I'm wrong - the suggestion is about creating a long living kedro process and then a client process expose the CLI and can...

For me, if we're going to do this properly we need some sort of - Conditional node - Some pre-flight checks to validate things - To push forward with the...