Merel Theisen
Merel Theisen
### Description To get the correct (versioned) file path for a dataset is quite hard. There doesn't seem to be one way that works for both non-versioned and versioned datasets...
## Description The `test_starters.py` file has grown too much. It contains a huge amount of tests and when adding a new test it's not very clear where it should go....
Converted PR https://github.com/kedro-org/kedro/pull/1871 into this issue, to continue the discussion after the PR is closed. ## Description This PR aims to add more customization for `VersionedDataSet`s. There are three main...
## Introduction The catalog and dataset APIs and code needs to be improved. One of the most complex things related to datasets and the catalog is versioning. As a team...
## Description We frequently receive questions about how to do xyz with the `IncrementalDataset` and `PartitionedDataset`. These datasets were added a while ago and haven't been worked on by any...
(transfer from Jira, created by @lorenabalan) Enable packaging multiple modules in one CLI command, i.e. kedro micropkg package p1,p2,p3 Be mindful of how this interacts with the other options, --alias...
## Description With the addition of the tools flow some coupling between framework and the starters was added in the post_gen_project scripts: see https://github.com/kedro-org/kedro-starters/blob/main/spaceflights-pyspark/hooks/post_gen_project.py Unit tests for the tools selection...
## Description (edit 06/09/2023) The Kedro docs are missing a clear description about the value proposition of Kedro vs other tools. Another topic related to this is migration guides about...