Skip to content

Commit

Permalink
Change bucket name in data catalog docstring (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzjp2 authored Mar 23, 2020
1 parent c243bd3 commit dea4b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro/io/data_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class to be loaded is specified with the key ``type`` and their
>>> },
>>> "boats": {
>>> "type": "pandas.CSVDataSet",
>>> "filepath": "s3://mck-147789798-bucket/boats.csv",
>>> "filepath": "s3://aws-bucket-name/boats.csv",
>>> "credentials": "boats_credentials"
>>> "save_args": {
>>> "index": False
Expand Down

0 comments on commit dea4b67

Please sign in to comment.