Skip to content

Commit 9f68826

Browse files
committed
fix(RELEASE.md): update documentation for ibis.TableDataset with mode argument (PR kedro-org#1093) and credentials support in the upcoming changes section.
Signed-off-by: gitgud5000 <[email protected]>
1 parent 6bc347c commit 9f68826

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kedro-datasets/RELEASE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## Major features and improvements
44

55
- Group datasets documentation according to the dependencies to clean up the nav bar.
6+
- Added `mode` save argument to `ibis.TableDataset`, supporting "append", "overwrite", "error"/"errorifexists", and "ignore" save modes. The deprecated `overwrite` save argument is mapped to `mode` for backward compatibility and will be removed in a future release. Specifying both `mode` and `overwrite` results in an error.
7+
- Added credentials support in `ibis.TableDataset`.
68
- Added the following new **experimental** datasets:
79

810
| Type | Description | Location |
@@ -11,6 +13,7 @@
1113
| `langchain.LangChainPromptDataset` | Kedro dataset for loading LangChain prompts | `kedro_datasets_experimental.langchain` |
1214
| `pypdf.PDFDataset` | A dataset to read PDF files and extract text using pypdf | `kedro_datasets_experimental.pypdf` |
1315

16+
1417
## Bug fixes and other changes
1518
- Add HTMLPreview type.
1619
- Fixed `StudyDataset` to properly propagate a RDB password through the dataset's `credentials`.
@@ -19,6 +22,7 @@
1922

2023
Many thanks to the following Kedroids for contributing PRs to this release:
2124
- [Guillaume Tauzin](https://github.com/gtauzin)
25+
- [gitgud5000](https://github.com/gitgud5000)
2226

2327
# Release 8.1.0
2428
## Major features and improvements
@@ -29,7 +33,6 @@ Many thanks to the following Kedroids for contributing PRs to this release:
2933
| ------------------------------ | ------------------------------------------------------------- | ------------------------------------ |
3034
| `polars.PolarsDatabaseDataset` | A dataset to load and save data to a SQL backend using Polars | `kedro_datasets_experimental.polars` |
3135

32-
- Added `mode` save argument to `ibis.TableDataset`, supporting "append", "overwrite", "error"/"errorifexists", and "ignore" save modes. The deprecated `overwrite` save argument is mapped to `mode` for backward compatibility and will be removed in a future release. Specifying both `mode` and `overwrite` results in an error.
3336

3437
## Bug fixes and other changes
3538

0 commit comments

Comments
 (0)