Nok Lam Chan

Results 594 comments of Nok Lam Chan

Was the issue Sphinx is trying to render that method in docs? Can we somehow suppress this, tbh there is not much value to document the class in the API...

@lrcouto Great! I think we have seen this issue in the past, I don't really remember how we solved it, maybe @AhdraMeraliQB or @astrojuanlu knows more? The solution is to...

Tagging @DmitriiDeriabinQB and @ankatiyar for review

https://github.com/kedro-org/kedro/blob/30ae2c7ec9726c5f6b0cb11deeb3e30f026299c2/kedro/ipython/__init__.py#L218-L225 Should update the docstring too

[email protected]:noklam/databricks-iris-19.git I have the old repostory here, I don't think I have much time to look at it this week. I tried the platform mck but I struggled with setting...

I couldn't reproduce the issue. Tried with 0.19.2 (the version that I reported this) and the latest 0.19.5, we can close this if there is nothing more to do.

Just have this top of my head, currently most of the `kedro run` arguments are available in `session.run`, except `env` and `extra_params` which only available in `KedroSession.create`. The `extra_params` does...

@takikadiri Thank you for your feedback, this is very interesting! There is an idea about reducing the overhead of KedroSession creation, it's more relevant for Web application. Might be similar...

@takikadiri Did I understand this correctly? 1. `kedro run --runner CustomWebServerRunner`, which itself launch a webserver and listening to API calls 2. Upon request, it triggers a particular pipeline with...

This is all very neat. I like that it mitigates the cost of session creation and uses Kedro CLI consistently as an entry point. Initially, I found having a runner...