Skip to content

Commit

Permalink
Minor update in example code for TemplatedConfigLoader (kedro-org#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
921kiyo authored Oct 10, 2019
1 parent 9e72424 commit 8c18ff4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kedro/contrib/config/templated_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ class TemplatedConfigLoader(ConfigLoader):
spark: "SparkLocalDataSet"
folders:
raw: "00_raw"
int: "01_intermediate"
pri: "02_primary"
fea: "04_feature"
raw: "01_raw"
int: "02_intermediate"
pri: "03_primary"
fea: "04_features"
catalog.yml
Expand Down

0 comments on commit 8c18ff4

Please sign in to comment.