Nok Lam Chan
Nok Lam Chan
I understand the problem here when `rich` breaks useful information into chunks and make it unsable. I wonder if there are way to solve this in a generic way. This...
Copy the summary of discussion in Slack here: > After some debugging with > [@Merel](https://kedro-org.slack.com/team/U03S12METRA) > , we found out what's the problem and have a solution now. The story...
> To resolve https://github.com/kedro-org/kedro-viz/issues/1761, before we spawn a new process for viz, we need to check if the path/current dir has a valid kedro project Can you explains why is...
@deepyaman >You can use [Table.sql](https://ibis-project.org/reference/expression-tables.html#ibis.expr.types.relations.Table.sql) to execute SQL queries on top of Ibis tables True, but it's not obvious. The `TableDataset` also being very clear that it is a table,...
Comments from the user:
Potentially related to https://github.com/kedro-org/kedro-viz/issues/662 too
I think address this with VSCode extension is possible, but I think we should exhaust solutions that work for most of the things first. I know inherit from `dict` is...
Quote from Slack discussion, I think we have a promising solution now! (TypedDict). Is this ready enough to put in a sprint? Do we want to discuss on the API?...
@astrojuanlu I once thought about this syntax too, but I hesitate at the end. What would be the `pipeline.py` look like with this syntax? When functions are decorated as nodes,...