Skip to content

Commit

Permalink
Improve prose
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>

Co-authored-by: Jo Stichbury <jo_stichbury@mckinsey.com>
  • Loading branch information
astrojuanlu and stichbury committed Aug 18, 2023
1 parent 28606a0 commit 954b82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data/data_catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ cars:
filepath: data/01_raw/cars.csv
type: pandas.CSVDataSet
```
In your pipeline code, when the `cars` dataset is used, it will use the overwritten catalog entry from `conf/local/catalog.yml` which points to the local file.` dataset and rely on Kedro to detect which definition of `cars` dataset to use in your pipeline.
In your pipeline code, when the `cars` dataset is used, it will use the overwritten catalog entry from `conf/local/catalog.yml` and rely on Kedro to detect which definition of `cars` dataset to use in your pipeline.

0 comments on commit 954b82a

Please sign in to comment.