Merel Theisen
Merel Theisen
> I do not completely understand why should this util function is not made public. Could you please let me know your thoughts on this. Thank you In my opinion,...
> If we want IPython and Jupyter autocompletion, there's no need to change the inheritance relationship of the `DataCatalog` class, it suffices with adding a `_ipython_key_completions_()` method > > https://ipython.readthedocs.io/en/stable/config/integrating.html#tab-completion...
Thanks for checking that and letting us know @gitgud5000 ! We struggled internally to get access to the correct cluster to replicate the issue.
This specific issue is just to make `node` to accept inputs/outputs in a consistent manner, so that the list with just one output item won't break a pipeline run. Let's...
Yeah I have been thinking along the same lines. I find it hard to say if this is a good or bad idea without playing around with it all a...
@lamhm The POC in https://github.com/kedro-org/kedro/pull/4563 demonstrates what we want to do in a non-breaking way, but eventually the whole `modular_pipeline` module will be removed.
From reading this issue it sounds to me that these users aren't aware of getting the catalog via the configloader like @astrojuanlu shows in the snippet above. We have worked...
Thanks you so much for the great write-up of the problem and the discussion summary @lrcouto 👏 ⭐ I'd like to look at this with a short-term and long-term solution...
> > As a long-term solution I'm starting to like the multiple packages solution more. I would consider that a 1.0.0 redesign like @deepyaman proposed in the tech design meeting....
Discussed this in backlog grooming and we decided to not change anything about the `layer` definition. The `metadata` key was introduced to allow more flexible entries in the datacatalog for...