kedro-org / kedro

Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable, and modular.
https://kedro.org
Apache License 2.0
9.91k stars 900 forks source link

Make starter tests use non-deprecated dataset #2933

Closed astrojuanlu closed 9 months ago

astrojuanlu commented 1 year ago

Description

https://github.com/kedro-org/kedro/blob/16dd1df61c48b6820e077db7bf36b83762e430f0/features/steps/test_starter/%7B%7B%20cookiecutter.repo_name%20%7D%7D/src/requirements.txt#L9

This should be kedro-datasets[pandas.CSVDataSet] instead (even though we might soon deprecate that name, see https://github.com/kedro-org/kedro-plugins/issues/306)

Context

Possible Implementation

Possible Alternatives

merelcht commented 9 months ago

This issue is outdated and has already been done, see: https://github.com/kedro-org/kedro/blob/main/features/steps/test_starter/%7B%7B%20cookiecutter.repo_name%20%7D%7D/requirements.txt