Jannic

Results 11 issues of Jannic

## Description Currently, `Pipeline` is used to instantiate objects of this class across the testing code base. This should be updated to use the `pipeline` factory in `kedro.pipeline.modular_pipeline`. ## Context...

## Introduction In #1766, it was decided to deprecate the commands `kedro test` and `kedro lint`. It should now be decided whether to keep the folder structure, dependencies and configuration...

## Description Running kedro with the command `kedro run --from-nodes "two_inputs([A0,B0]) -> [C1]"` will cause an error: `Pipeline does not contain nodes named ['B0]) -> [C1]', 'two_inputs([A0'].` Kedro has incorrectly...

Issue: Bug Report 🐞
Stage: Technical Design 🎨

## Description See #1795 for the original discussion and context surrounding this issue. Currently, when Kedro is run using `SequentialRunner` and a `Node` creates an exception, Kedro will suggest resuming...

Issue: Feature Request

## Description In PR #1119, the code in these files was found to cause a rendering error. I found it difficult to work with the code in these files while...

Issue: Feature Request
Python

## Description After applying the fix (#1119) for [#1036](https://github.com/kedro-org/kedro-viz/issues/1036), another minor error in rendering is seen in the project used to replicate the bug. On initial loading of the project,...

Issue: Bug Report
Python

## Expected Behavior Running `dbx execute` with a package that uses an entry point with a function decorated as a `click` command in its execution path should work without producing...

## Description Re-running nodes which have: 1. Persisted outputs 2. No upstream dependencies which would cause their output to change is an unnecessary expense. It might be a good idea...

TD: implementation
Issue: Feature Request
Stage: Technical Design 🎨

## Description In tech design 21/07/23 we decided to implement lazy loading in `IncrementalDataSet`. See the comment under https://github.com/kedro-org/kedro/issues/2456. A prerequisite for this is that it is first migrated to...

help wanted

## Description Spark 3.4.0 was released in April. Our `databricks` and `spark` datasets should support this newer version of Spark, though it currently causes many tests to fail. Also with...