kedro-org / kedro-starters

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

Create `spaceflights-pyspark-viz` #149

Closed merelcht closed 9 months ago

merelcht commented 9 months ago

Motivation and Context

Subtask of https://github.com/kedro-org/kedro/issues/2838

Spaceflights pyspark with Kedro-Viz features enabled:

How has this been tested?

Created a project locally using: kedro new --starter=/Users/merel_theisen/Projects/kedro-starters/spaceflights-pyspark-viz/ and did kedro run

Checklist

merelcht commented 9 months ago

I do have a question - are these __init__.py files needed?

  • spaceflights-pyspark-viz/init.py
  • spaceflights-pyspark-viz/{{ cookiecutter.repo_name }}/init.py
  • spaceflights-pyspark-viz/{{ cookiecutter.repo_name }}/src/init.py Didn't see them in the current spaceflights or Add spaceflights-pyspark starter #147

Good spot! I think my IDE added those automatically.