L. R. Couto

Results 12 issues of L. R. Couto

## Description Allows Kedro to work regardless of the `rich` library being installed. At this moment, installing Kedro will still install `rich`, but the user will have the option to...

## Description ## Development notes ## Developer Certificate of Origin We need all contributions to comply with the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). All commits must be signed off by...

## Description `kedro-docker`'s e2e tests are [overriding the logging configurations](https://github.com/kedro-org/kedro-plugins/blob/b9dbce5dc8ccd7e81f0c5f8cdc4167aa0df48435/kedro-docker/features/steps/cli_steps.py#L152) to simplify assertions. Ideally, the logging configurations should be read through the `KEDRO_LOGGING_CONFIG` environment variable, containing the path to the...

## Description Adds the `--telemetry` flag to `kedro run`, similar to the one in `kedro new`. Allows consent to telemetry to be granted or revoked at the same time as...

## Description Works together with https://github.com/kedro-org/kedro/pull/3876. Modifies the `before_command_run` hook in `kedro-telemetry` to exit if the user has passed the telemetry consent through the flag on `kedro run`. ## Development...

Reverts kedro-org/kedro#3876 Based on the discussion we had on https://github.com/kedro-org/kedro-plugins/pull/681, we thought this feature might need a little more conceptual work before implementation.

### The original issue: Kedro has a lot of dependencies - We have an ongoing discussion on Kedro's number of dependencies and whether users perceive Kedro to be a "heavy"...

## Description During our current project creation and test setup, Kedro looks up to the `kedro-starters` repo and always uses the latest released version to get project templates. This can...

## Description https://github.com/kedro-org/kedro/pull/3682 made our workaround to allow Kedro to be run without Rich stop working. This happened because one of the new functions implemented, `_has_rich_handler`, required importing `RichHandler`, which...

## Description The `cli/starters.py` file contains code that handles things like the project creation flow, starter selection and tool selection. Over time, this file became quite large, now having [close...

Issue: Feature Request