Nok Lam Chan
Nok Lam Chan
@astrojuanlu @merelcht Let's keep this a separate discussion as there are different opinions here. I agree with @deepyaman that there is no rush to drop support when it's perfectly compatible....
## Description fix #4094 The root cause is the previous test aren't testing the correct thing. The problem is `RichHandler` is in the `root` logger but not `DataCatalog` internal one....
## Description An user struggle with using `before_pipeline_run` hook, upon investigation I think the root cause is in `pluggy`. Slack archive: https://linen-slack.kedro.org/t/22922543/hi-all-i-have-a-profiling-hook-that-uses-the-before-pipeline#42b185d3-2eca-445b-80f7-514b35bd6d12 ```python class DummyHooks: @hook_impl def before_pipeline_run(self, run_params: Dict[str,...
# Context The regression happened in 0.19.7. before 0.19.7:  In 0.19.7: ![Uploading image.png…]() > > However, I think the change introduced in #3682 never really worked properly. The logic...
## Introduction A user point out that overring nested parameters was not documented. It was not a well known feature and it was only possible via CLI in early 0.18...
## Description We have discussion in https://github.com/kedro-org/kedro/issues/1763, the desired options are `%load_ext kedro` or `%load_ext kedro.ipython`, at the end we settle with `%load_ext kedro.ipython` as we try to avoid Python...
# Context We have been using Trufflehog for scanning security issue with the code base. They stopped update the Python version years ago but maintain a pre-commit hook that can...
## Description  Synk report https://www.cve.org/CVERecord?id=CVE-2023-40267 ## Development notes - bump Gitpython ## Developer Certificate of Origin We need all contributions to comply with the [Developer Certificate of Origin (DCO)](https://developercertificate.org/)....
## Description https://linen-slack.kedro.org/t/22724817/hi-team-kedro-issue-i-my-setup-the-catalog-overriding-is-not#c0a99464-a63e-4f6b-ba53-503798b375b1 In our documentation, there are two `globals` config and it confuses users many times. 1. `catalog_globals.yml`, this was created first as they are meant to be a...
There are few hooks related ticket and this is a parent ticket to make it easier to track (I feel this is too small for a milestone so I just...