Nok Lam Chan
Nok Lam Chan
@desmond-dsouza Sorry about that! You are right the link is private, as this is still in draft and there are some internal discussion in the Miro board. I will try...
@astrojuanlu This sort of runtime generated DAGs is not supported currently. There are few possible solutions to get around this: 1. Embed the if-else condition inside a node 2. Use...
X-posting [some solution ](https://linen-slack.kedro.org/t/14173854/hi-everyone-i-m-coming-back-with-a-question-that-i-think-has#fb87550b-35e6-42bb-b8fb-042f1c660713)our users is using. > 1. Create a after_context_created after_catalog_created hook > 2. Replace the register_pipelines() function with a custom register_dynamic_pipelines(catalog: DataCatalog) function > 3. If you...
This look like the 0.16.x or 0.17.x style of creating pipeline, I actually don't know what happened and why we moved away from this. It used to be possible to...
Since this is in sprint already, I update the title so this will be the ticket for pipeline stress testing. I will create separate tickets for the component part.
We need changes on both side: 1. `kedro-viz` must change because right now the `stats.json` is hard coded to project_path/stats.json, which does not respect the `SESSION_STORE_ARGS`. 2. `kedro-starter` need to...
Would love this feature, I am coming from https://github.com/ibis-project/ibis/issues/7712 as well.
https://www.linen.dev/s/kedro/t/12647848/hi-kedro-community-slightly-smiling-face-i-have-a-question-r#45fa4774-5ebd-4826-9c10-47fd95d1bebd Something that has been done on some plugins, we should come up with a flexible way that `kedro` core can create the mapping for different targets.
It is! Although I am thinking more about deployment for platform/orchestrator here, but there are definitely case user deploying kedro pipeline to an endpoint. - #1846 is the ticket to...
Not sure where should it go, so I just put here as this is amateur thought. Inspired by deepyaman, it seems that it's fairly easy to convert a Kedro pipeline...