Merel Theisen

Results 93 issues of Merel Theisen

## Description It would be useful if we scoop up a number of `global.yml` files to see what users put there, our expectation is that most people add in the...

Stage: User Research :microscope:

## Description We need to know what users put in custom `AbstractConfigLoader`, `ConfigLoader` and `TemplatedConfigLoader` implementations to find out whether changes to how config is loaded currently (with lists and...

Stage: User Research :microscope:
Type: Parent Issue

Is it worth to add a section to `pyproject.toml` to configure settings for `rich`, e.g. `[tool.kedro.rich]`? Would this allow users to for example change `show_locals` to be set to `True`?...

Investigate what the alternatives would be for ensuring the Kedro project template is linted and can be tested if `kedro test` and `kedro lint` are to be removed.

Investigate what the alternatives would be for users currently using `kedro test` and `kedro lint`. Write up a plan to deprecating `kedro lint` and `kedro test` or alternatively summarise why...

### Description As part of the research in https://github.com/kedro-org/kedro/issues/1293 it was found that several CLI commands aren't used that much. `kedro lint` and `kedro test` were among these commands, but...

Type: Parent Issue

The original Discord discussion https://discord.com/channels/778216384475693066/989568455512555540 # Context > williamc — 06/23/2022 Let's say I just cloned my kedro project repo to another machine, and its datasets are versioned and configured...

Following the research conducted in https://github.com/kedro-org/kedro/issues/1293 it has been decided that the following commands will all be removed. 1. `kedro jupyter convert` 2. `kedro activate-nbstripout` 3. `kedro build-docs` 4. `kedro...

In https://github.com/kedro-org/kedro/issues/1293 we decided to remove `kedro build-docs`. Some of the few users that did use the command expressed the following: - "It's more like a bonus for us than...

Stage: Technical Design 🎨
Stage: User Research :microscope:

In https://github.com/kedro-org/kedro/issues/1293 we decided to remove the `kedro lint` command. We need to update our documentation to remove any suggestions of `kedro lint` and instead write instructions for our users...

Component: Documentation 📄