Deepyaman Datta

Results 59 issues of Deepyaman Datta

Signed-off-by: Deepyaman Datta Fixes syntax error in the README example, and replaces instance of using backslash for line continuation (not recommended by PEP-8, not used by Black, etc.) to be...

## Description Closes #1664 ## Development notes ## Checklist - [ ] Read the [contributing](https://github.com/kedro-org/kedro/blob/main/CONTRIBUTING.md) guidelines - [x] Opened this PR as a 'Draft Pull Request' if it is work-in-progress...

## Description ## Development notes ## Checklist - [x] Read the [contributing](https://github.com/kedro-org/kedro/blob/main/CONTRIBUTING.md) guidelines - [x] Opened this PR as a 'Draft Pull Request' if it is work-in-progress - [ ]...

Personally I would do a whole new file `docs/source/nodes_and_pipelines/pipeline_registry.md`, but up to you really. I think the modular pipeline documentation needs some modifying as it stands, so I wouldn't be...

Component: Documentation 📄

## Description Partially resolves #1749 ## Development notes ## Checklist - [ ] Read the [contributing](https://github.com/kedro-org/kedro/blob/main/CONTRIBUTING.md) guidelines - [ ] Opened this PR as a 'Draft Pull Request' if it...

## Description The pipeline name could refer to a combination of modular pipelines, or a pipeline that isn't a "modular pipeline". It really pulls from the registry instead. ## Development...

## Description Kedro 0.18.2 requires Rich, but it doesn't use Rich in the CLI. Typer 0.6.x doesn't require Rich, but it detects and uses it, if installed. This means that...

## Description If you install Kedro plugins, their descriptions show up in description when you do `kedro -h`. ## Context How has this bug affected you? What were you trying...

Issue: Bug Report 🐞
Component: CLI

## Description I'm always frustrated when my traceback is 838 lines long for a trivial issue. ## Context How has this bug affected you? What were you trying to accomplish?...