diff --git a/RELEASE.md b/RELEASE.md index 68a53b4018..c3bad79143 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -20,6 +20,7 @@ * Improved documentation. * Fixed issue with saving a `TensorFlowModelDataset` in the HDF5 format with versioning enabled. * Added missing `run_result` argument in `after_pipeline_run` Hooks spec. +* Added [kedro-starter-spaceflights](https://github.com/quantumblacklabs/kedro-starter-spaceflights/) alias for generating a project: `kedro new --starter spaceflights`. ## Breaking changes to the API diff --git a/kedro/framework/cli/cli.py b/kedro/framework/cli/cli.py index 657ee913db..c12e4b576e 100644 --- a/kedro/framework/cli/cli.py +++ b/kedro/framework/cli/cli.py @@ -78,6 +78,7 @@ "pandas-iris": "git+https://github.com/quantumblacklabs/kedro-starter-pandas-iris.git", "pyspark": "git+https://github.com/quantumblacklabs/kedro-starter-pyspark.git", "pyspark-iris": "git+https://github.com/quantumblacklabs/kedro-starter-pyspark-iris.git", + "spaceflights": "git+https://github.com/quantumblacklabs/kedro-starter-spaceflights.git", }