Joel

Results 348 comments of Joel

I ❤️ Love this - so excited to see it come up here

Taps sign (#3094) we needed this yesterday!

Reading these pydantic errors I think both the Nodes and dataset are custom and don't inherit from the abstract/base classes

We need to be careful about exposing passwords in connection strings, but this is very welcome

See this for reference https://github.com/kedro-org/kedro/issues/3164

Crazy idea - you could run pyodide and just run Kedro in the browser and not reimplement the logic

Annoyingly we can't install Kedro on Pyodide because of OmegaConf's use of the ANTLR C library. ``` >>> await micropip.install('kedro', keep_going=True) Traceback (most recent call last): File "", line 1,...

I really really recommend that people use dbt for a bit in anger, becasuse the tight linking between the CLI command and the UI is such a productivity boost. Sometimes...

It looks and works great, thanks for the hard work team :) I want to reiterate using the CLI command to filter the pipeline like dbt provides is the feature...