Nok Lam Chan

Results 588 comments of Nok Lam Chan

[The comment](https://github.com/kedro-org/kedro/issues/3575#issuecomment-1936693023) was mostly based on the investigation that I have done 2 months ago, they are documented a bit more in details here: https://noklam.github.io/blog/posts/default_node_name/2024-02-08-default-node-name.html > Now that we switched...

Imo it shouldn't be implemented in kedro or kedro-dataset. The preview method was viz only, why can't it be implemented on viz side instead? This should be true for any...

@ravi-kumar-pilla https://github.com/kedro-org/kedro-viz/pull/1465 a quick PoC to demonstrate what I mean.

Happy to walk you through that, maybe can combine it with a few new joiners. It's covered in kedro intermediate training or we can revive the Kedro University.

> @noklam I don't think Viz can use hooks and I think that would need to be done in Kedro, right? @tynandebold viz can use hook.

I think I am missing context here. I can advise on the implementation and design but I need to understand the scope of this ticket better. @NeroOkwa Maybe a quick...

@lukaszdz thank you for the feedback. For 3. could you give a little bit of details what kind of data pipeline you are trying to build and kedro fails you?

I literally run into the same problem just now and I am so glad there is an open issue. After digging, I found that at this point the `context` is...

As a workaround, use `{{ _cookiecutter. }}` instead of `{{ cookiecutter. }}`. This preserve the original list, right now I think `cookiecutter` assume a list is a choice so it...

> Got the same issue, solved it by rolling back to kedro 16.2. @rdoume This doesn't solve my problem, I hit the same error.