@@ -17,7 +17,7 @@ import incidentManagerSampleData from '../../../assets/img/incidentManagerSample
17
17
import profilerConfigPage from '../../../assets/img/profilerConfigPage.png' ;
18
18
import collateIcon from '../../../assets/svg/ic-collate.svg' ;
19
19
20
- export const COOKIE_VERSION = 'VERSION_1_6_6 ' ; // To be changed with each release.
20
+ export const COOKIE_VERSION = 'VERSION_1_6_7 ' ; // To be changed with each release.
21
21
22
22
// for youtube video make isImage = false and path = {video embed id}
23
23
// embed:- youtube video => share => click on embed and take {url with id} from it
@@ -1687,4 +1687,31 @@ Since we are introducing the Auto Classification workflow, we are going to remov
1687
1687
- Fixed incremental lineage processing when processedLineage is null` ,
1688
1688
} ,
1689
1689
} ,
1690
+ {
1691
+ id : 63 ,
1692
+ version : 'v1.6.7' ,
1693
+ description : 'Released on 28th March 2025.' ,
1694
+ features : [ ] ,
1695
+ changeLogs : {
1696
+ Improvements : `- Lineage Improvements
1697
+ - Added Tableau Custom SQL lineage support
1698
+ - Added column count validation when creating table-type custom property
1699
+ - Transformed Reserved keywords like quotes to OM compatible
1700
+ - Added missing timestamp indexes for time series tables
1701
+ - Enhancing FQN Handling: Support for Quoted Identifiers` ,
1702
+
1703
+ Fixes : `- Fixed potential Okta login issues by clearing state to avoid login errors
1704
+ - Fixed MariaDB profiling with Time datatype
1705
+ - Fixed handling of Sample Data with non-utf8 characters
1706
+ - Fixed test connection showing timeout after successful connection
1707
+ - Fixed DBT logs and improved error handling
1708
+ - Fixed Test Suite 'NoneType' object has no attribute 'id' handling
1709
+ - Fixed delete entity relation live indexing
1710
+ - Fixed Data Insights Data Stream deletion on OpenSearch
1711
+ - Fixed soft delete and restore functionality
1712
+ - Corrected childrenCount for Organizations in Teams
1713
+ - Fixed custom dashboard issue with term type of data
1714
+ - Lower training window for Collate Anomaly detection model ${ CollateIconWithLinkMD } ` ,
1715
+ } ,
1716
+ } ,
1690
1717
] ;
0 commit comments