From fe27dc2b297cefe185fef5fb87eca46bc0ba3f7c Mon Sep 17 00:00:00 2001 From: Pravin Bhat Date: Thu, 29 Aug 2024 18:28:57 -0400 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 0cce676d..500664cd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,7 @@ # Release Notes +## [4.3.6] - 2024-08-29 +- Added `overwrite` option to conditionally check or skip `Validation` when it has a non-null value in `target` for the `spark.cdm.feature.extractJson` feature. + ## [4.3.5] - 2024-08-23 - Added feature `spark.cdm.feature.extractJson` which allows you to extract a json value from a column with json content in an Origin table and map it to a column in the Target table. - Upgraded to use Spark `3.5.2`.