Joel

Results 348 comments of Joel

# [Prototype 3] Introduce a `kedro compile` commands so that users can materialise what Kedro sees at run-time ## Abstract Materialise human readable version of what Kedro sees in terms...

# [Prototype 4] A more consistent and robust mechanism for providing configuration overrides via the CLI ## Abstract The run arguments available via the Kedro CLI have evolved to date...

@mzjp2 - Yeah spotted that, in general the whitespaccing issue with Jinja isn't a dealbreaker - it just highlights that you need a series of hacks (or yet another DSL...

> @datajoely I am not sure I am a big fan of this syntax, it looks quite strange and not very user-friendly... When I was saying that we can specify...

Community PR #927 further suggests that more complex CLI override facilities (Proposal 4) are desired

Can you run the following command `python -m rich.logging` on your terminal? ![image](https://user-images.githubusercontent.com/35801847/181481724-dccf9447-5132-42a0-b502-65fbd6be680d.png) I'm using the Dark+ them with Zsh on my end and the logs look like they do...

@noklam maybe let's group this under the similar databricks issue?

Can we get anywhere with this `color_system` piece? https://rich.readthedocs.io/en/stable/console.html#color-systems

Maybe we should provide a readymade console to the `install` method? https://github.com/Textualize/rich/blob/2ee992b17ef5ff3c34f89545b0d57ad4690a64fc/rich/pretty.py#L198

I guess we need to set this global beforehand? https://github.com/Textualize/rich/blob/2ee992b17ef5ff3c34f89545b0d57ad4690a64fc/rich/__init__.py#L30