Nok Lam Chan

Results 579 comments of Nok Lam Chan
trafficstars

Thanks for reporting. I think this happens because right now we extract the import statements naively with the keywords start with either "from" or "import". Quick thought on this is...

Agree with the sentiments mostly. I have an attempt to [reduce the noise ](https://github.com/kedro-org/kedro/issues/3651#issuecomment-1964057156)coming from Kedro during a kedro run. - Managed Exception, I think it's a nice idea, but...

Do you mean the custom Kedro error class or things like auto pipeline discovery that generate a warning message instead of an error? The former one is created to provide...

Since rich/textual support some css / Web like feature, would it be possible to support something that collapse kedro error by default? There are concern that we tried too hard...

@inigohidalgo We had some discussion about logging internally recently. There are different opinion but I think it's clear that rich is not suitable for production logging in many cases. So...

I suggest splitting this issue into some actionable tasks. There are mixed discussion about logs and tracebacks, some are very specific. cc @astrojuanlu 1. We can try produce some explicit...

![image](https://github.com/kedro-org/kedro/assets/18221871/0d5cecb8-3ec1-4778-8175-75ae954a6a15) This is more specific to Kedro Logs, not traceback.

You need to install the project dependencies to run a project. (which could be pandas, pyspark etc depending what you have selected). The steps should be ```python kedro new cd...

I see that the docs are confusing, you need to have a pipeline in order to run `kedro run`. `kedro new --name=testproject --tools=lint,docs,pyspark --example=n` mean you are not selecting any...