Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jo Stichbury <jo_stichbury@mckinsey.com>
  • Loading branch information
noklam and stichbury authored Aug 7, 2023
1 parent caab6b4 commit b8a4a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/nodes_and_pipelines/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ kedro new -s pandas-iris
### Loading data with Generators
To use generator functions in Kedro nodes, you need to update the `catalog.yml` file to include the `chunksize` argument for the relevant dataset that will be processed using the generator.

You need to add a new dataset in your `catalog.yml` as follow:
You need to add a new dataset in your `catalog.yml` as follows:
```diff
+ X_test:
+ type: pandas.CSVDataSet
Expand Down

0 comments on commit b8a4a74

Please sign in to comment.