Merel Theisen
Merel Theisen
@BielStela, thanks for flagging this and apologies for the delay in response. Can you check which `kedro-datasets` version you are using?
Closing this as there hasn't been a lot of demand for it. We'll document the minimal requirements for Kedro project structure in #2512.
To give an update on recent Kedro development. We have now added the `--only-missing-outputs` flag to the `kedro run` command, which allows you to only run the nodes that have...
I've done some digging and the issue at first seems to come from the import:`from kedro.framework.hooks.manager import _NullPluginManager`. But then I moved that out and I got some more info...
> [@merelcht](https://github.com/merelcht) since we'll be working on runners soon, would it make sense to include this issue? In any case, I'll bring this up in our next backlog grooming. I...
Actually, I've tried to replicate this issue again, and this only happens if you have `rich` installed. If you don't have it installed it won't change the formatting of the...
@astrojuanlu It already is wrapped in `TYPE_CHECKING` : https://github.com/kedro-org/kedro/blob/main/kedro/framework/hooks/specs.py
@astrojuanlu https://github.com/kedro-org/kedro/pull/4546 unfortunately I don't think we can do anything about the `from kedro.framework.project import settings ` import.. it's used for more than just type checking and moving it inside...
Completed in https://github.com/kedro-org/kedro-plugins/pull/1056
It makes total sense to me to save the response. I wouldn't save it as an other type of dataset though (e.g. `TextDataset` mentioned in the description), but rather directly...