Nok Lam Chan
Nok Lam Chan
@mjmare Would you be able to drop a gif or a screenshot how does it looks like with emulated mode?
> the correct mechanism to access dataset_name through catalog needs to be formalised anyway as per my comments in https://github.com/kedro-org/kedro/issues/1691. Easy tab completion in the interactive workflow should definitely be...
Found a related comment in #1076 > I completely missed this issue. I'm excited to see this one happen. We had another use case this week. We are using some...
I have a question too. ### How do we know what/where to delete? * Looking at DataCatalog - this is okay but it will leave "ghost" file as long as...
deleted
deleted
@AntonyMilneQB quick question, how will this work if `kedro.io.data_catalog` stays in `kedro` and `kedro.io.xxxx` stays in `kedro-datasets`?
Yes, it seems a weird thing to have a shared namespace with different distributions. I suspect it may still work since pip probably just copies the files into the same...
I get a clear log with it on the VSCode Jupyter  But with `session.run()` I get this, I don't think we have manually configured these colors for `INFO`/`DEBUG` etc,...
@datajoely Do you think this is a `rich` problem? This is the minimal example that I can produce.  ```python import rich rich.pretty.install() console = rich.get_console() console ```