kedro-org / kedro-starters

Templates for your Kedro projects.
Apache License 2.0
64 stars 59 forks source link

Add `credentials.yml` placeholder files to all spaceflights projects #174

Closed merelcht closed 11 months ago

merelcht commented 11 months ago

Motivation and Context

While working on https://github.com/kedro-org/kedro/issues/3220 I noticed that the new spaceflights projects don't have the placeholder credentials.yml file. I'm guessing these were not committed when I created the projects because they are ignored in .gitignore. The original spaceflights-pandas project contains a credentials.yml so I'm adding it to the other projects for consistency.

How has this been tested?

Checklist