-
### Description
Following up on https://github.com/kedro-org/kedro-plugins/pull/4
Currently `kedro-plugins` has one top level `Makefile`, each plugin has it's own `.pre-commit-config.yaml` and `pypr…
-
## Description
A go-to Kedro Stack
- more for OS audience
- MLOps, Kedro + X + Y, data + code versioning + ep tracking
- Similar idea to MEAN stack
## Implementation idea
## Questions
-
GitHub Actions workflow [Run nightly tests on all plugins #32](https://github.com/kedro-org/kedro-plugins/actions/runs/6419003899) failed.
-
## Description
In the current setup, one needs to write a script to convert all pipelines at once, e.g.
```bash
kedro registry list | grep '^-' | sed "s/^- //g" >> ./pipelines.txt
cat ./pipeline…
-
## Summary
Configuration overhead is an issue that has arisen time and time again from user feedback – particularly as Kedro projects scale in complexity. From user interviews, it can be observed the…
-
## Description
Follow up on https://github.com/kedro-org/kedro/issues/2758
## Context
Create a new suite of starters all based on spaceflights and add them to a repo.
We'll need at least:
1. sp…
-
## Description
While running multiple nodes, as of now, kedro stops running if any node encounters any error. It would be nice to have an option to let kedro run the rest of the nodes which are not d…
-
## Description
Is your feature request related to a problem? A clear and concise description of what the problem is: "I'm always frustrated when ..."
![image](https://github.com/kedro-org/kedro-pl…
-
## Introduction
The desire to simplify Kedro to make it less intimidating for new users contradicts with the goal of Kedro to provide an opinionated, structured application of SWE best practices to…
-
## Description
As per title
## Steps to Reproduce
```python
from kedro_datasets.tensorflow import TensorFlowModelDataSet
import tensorflow as tf
import numpy as np
data_set = TensorFlowMode…