From 2fd629ce9560c4f51b2f2daa4f6f92e03c4f4272 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Mon, 2 Dec 2024 14:15:29 +0000 Subject: [PATCH] update release note Signed-off-by: Huong Nguyen --- kedro-datasets/RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kedro-datasets/RELEASE.md b/kedro-datasets/RELEASE.md index bfd273e31..ac9efd99c 100755 --- a/kedro-datasets/RELEASE.md +++ b/kedro-datasets/RELEASE.md @@ -14,6 +14,7 @@ ## Bug fixes and other changes - Implemented Snowflake's (local testing framework)[https://docs.snowflake.com/en/developer-guide/snowpark/python/testing-locally] for testing purposes - Improved the dependency management for Spark-based datasets by refactoring the Spark and Databricks utility functions used across the datasets. +- Add deprecation warning for MetricsTrackingDataset and JSONTrackingDataset. ## Breaking Changes - Demoted `video.VideoDataset` from core to experimental dataset.