kedro-org / kedro-starters

Templates for your Kedro projects.
Apache License 2.0
63 stars 57 forks source link

Remove data directory from sqlite store setup #180

Closed merelcht closed 8 months ago

merelcht commented 8 months ago

Motivation and Context

There were some issues with the add-ons flow and the SqliteStore setup: https://github.com/kedro-org/kedro/pull/3228#pullrequestreview-1710681764

How has this been tested?

I verified this setup doesn't break anything by doing kedro new --starter=/Users/merel_theisen/Projects/kedro-starters/spaceflights-pyspark-viz and kedro new --starter=/Users/merel_theisen/Projects/kedro-starters/spaceflights-pandas-viz and then ran the projects and also did a kedro viz.

Checklist