kedro-rich
kedro-rich copied to clipboard
Make your Kedro experience snazzy
Was wondering since no commits for over a year
## Description Due to the way the `ParallelRunner` works in Kedro via multi-processing the existing hook implementation breaks when interacting with whatever UI thread rich needs to work. ## Context...
In order to show some of the things that are possible via the rich library, some of the core Kedro library have been patched dynamically. ## 1. Logging Handler Override...
## Description In order to enable the rich logging handler via an external plugin we currently intercept the way that the `KedroSession` parses the contents of `conf/base/logging.yml` and ensure that...