Merel Theisen
Merel Theisen
(transfer from Jira, created by @datajoely) ### Description Responded to wizard thread on slack. The user was trying to run `kedro run -n [node_name]` this was not working for the...
### Description In the section on using the `DataCatalog` with the yaml api, we've listed a lot of examples: https://kedro.readthedocs.io/en/stable/data/data_catalog.html#use-the-data-catalog-with-the-yaml-api. However, there are no anchors to any of these examples,...
### Description Some of the code examples we provide in the API docs for datasets (https://kedro.readthedocs.io/en/stable/kedro.extras.datasets.html#module-kedro.extras.datasets) aren't actually runnable. Some datasets have easy and straightforward examples that can be copy-pasted...
Following the research conducted in https://github.com/kedro-org/kedro/issues/1293 it has been decided that the following commands will all be deprecated and removed: 1. `kedro jupyter convert` 2. `kedro activate-nbstripout` 3. `kedro build-docs`...
[One of the suggestions made after researching the use of kedro CLI commands ](https://github.com/kedro-org/kedro/issues/1293) that can be considered as tools (e.g. `kedro lint`, `kedro jupyter convert`..) was to move these...
### Description https://github.com/kedro-org/kedro/issues/1551 ### Implementation - Add a new argument `session_id` to the `KedroSession.create()` method - Verify the `session_id` against the `VERSION_FORMAT` format. Basically, it needs to be a timestamp...
https://github.com/kedro-org/kedro/blob/1b1558952c059eea5636d9ccf9a883f9cf4ef643/kedro/io/core.py#L346
Also note that [setup.py is deprecated](https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html) and we will have to move away from it in general _Originally posted by @datajoely in https://github.com/kedro-org/kedro/issues/1607#issuecomment-1168670649_ The `setup.py` workflow is deprecated and we...
## Description Update docs and default suggestions in `settings.py`, because currently some of those suggestions don't actually work. Currently, the `BaseSessionStore` is the default session store. The other possible stores...
Now that `kedro-datasets` is namespaced, It might be confusing for users that they can import kedro-datasets through `import ... from kedro`, but need to install a dataset with `pip install...