Skip to content

Commit

Permalink
Add databricks-iris as an official starter (kedro-org#2739)
Browse files Browse the repository at this point in the history
Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>
  • Loading branch information
jmholzer committed Jun 28, 2023
1 parent 931366f commit 2f3811a
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 @@ -12,6 +12,7 @@
# Upcoming Release 0.18.11

## Major features and improvements
* Added `databricks-iris` as an official starter.

## Bug fixes and other changes
* Reworked micropackaging workflow to use standard Python packaging practices.
Expand Down
1 change: 1 addition & 0 deletions kedro/framework/cli/starters.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class KedroStarterSpec: # pylint: disable=too-few-public-methods
KedroStarterSpec("pyspark", _STARTERS_REPO, "pyspark"),
KedroStarterSpec("pyspark-iris", _STARTERS_REPO, "pyspark-iris"),
KedroStarterSpec("spaceflights", _STARTERS_REPO, "spaceflights"),
KedroStarterSpec("databricks-iris", _STARTERS_REPO, "databricks-iris"),
]
# Set the origin for official starters
for starter_spec in _OFFICIAL_STARTER_SPECS:
Expand Down

0 comments on commit 2f3811a

Please sign in to comment.