Skip to content

Commit

Permalink
Update docs/source/data/data_catalog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stichbury authored Aug 17, 2023
1 parent 929c1f2 commit 4358d44
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 @@ -160,7 +160,7 @@ By default, Kedro has a `base` and a `local` folder for configuration. The Data

In summary, if you need to configure your datasets for different environments, you can create both `conf/base/catalog.yml` and `conf/local/catalog.yml`. For instance, you can use the `catalog.yml` file in `conf/base/` to register the locations of datasets that would run in production, while adding a second version of `catalog.yml` in `conf/local/` to register the locations of sample datasets while you are using them for prototyping data pipeline(s).

To illustrate this, consider the following catalog entry for a dataset named `cars` in your `conf/base/catalog.yml` which points to a csv file stored in your bucket on AWS S3 :
To illustrate this, consider the following catalog entry for a dataset named `cars` in `conf/base/catalog.yml`, which points to a csv file stored in a bucket on AWS S3:
```yaml
cars:
filepath: s3://my_bucket/cars.csv
Expand Down

0 comments on commit 4358d44

Please sign in to comment.