diff --git a/kedro-datasets/RELEASE.md b/kedro-datasets/RELEASE.md index d90898153..20915e597 100755 --- a/kedro-datasets/RELEASE.md +++ b/kedro-datasets/RELEASE.md @@ -2,12 +2,24 @@ ## Major features and improvements +- Added the following new **experimental** datasets: + +| Type | Description | Location | +| --------------------------------- | ------------------------------------------------------ | ---------------------------------------- | +| `databricks.ExternalTableDataset` | A dataset for accessing external tables in Databricks. | `kedro_datasets_experimental.databricks` | + - Added the following new core datasets: | Type | Description | Location | | ------------------- | ------------------------------------------------------------- | --------------------- | | `ibis.TableDataset` | A dataset for loading and saving files using Ibis's backends. | `kedro_datasets.ibis` | +## Community contributions + +Many thanks to the following Kedroids for contributing PRs to this release: + +- [Minura Punchihewa](https://github.com/MinuraPunchihewa) + # Release 5.0.0 ## Major features and improvements