Skip to content

Commit

Permalink
Adding pandas-iris back (#1667)
Browse files Browse the repository at this point in the history
Signed-off-by: Nok Chan <nok.lam.chan@quantumblack.com>
  • Loading branch information
noklam authored Jul 4, 2022
1 parent 439cfb3 commit 3fc6a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kedro/framework/cli/starters.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class KedroStarterSpec: # pylint: disable=too-few-public-methods
KedroStarterSpec(
"standalone-datacatalog", _STARTERS_REPO, "standalone-datacatalog"
),
KedroStarterSpec("pandas-iris", _STARTERS_REPO, "pandas-iris"),
KedroStarterSpec("pyspark", _STARTERS_REPO, "pyspark"),
KedroStarterSpec("pyspark-iris", _STARTERS_REPO, "pyspark-iris"),
KedroStarterSpec("spaceflights", _STARTERS_REPO, "spaceflights"),
Expand Down

0 comments on commit 3fc6a8e

Please sign in to comment.