Skip to content

Commit

Permalink
Added spaceflights starter alias
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriiDeriabinQB committed Oct 20, 2020
1 parent 8942306 commit 1fca77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions kedro/framework/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}


Expand Down

0 comments on commit 1fca77d

Please sign in to comment.