@@ -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
@@ -1674,4 +1674,31 @@ Since we are introducing the Auto Classification workflow, we are going to remov
1674
1674
- Fixed incremental lineage processing when processedLineage is null` ,
1675
1675
} ,
1676
1676
} ,
1677
+ {
1678
+ id : 63 ,
1679
+ version : 'v1.6.7' ,
1680
+ description : 'Released on 28th March 2025.' ,
1681
+ features : [ ] ,
1682
+ changeLogs : {
1683
+ Improvements : `- Lineage Improvements
1684
+ - Added Tableau Custom SQL lineage support
1685
+ - Added column count validation when creating table-type custom property
1686
+ - Transformed Reserved keywords like quotes to OM compatible
1687
+ - Added missing timestamp indexes for time series tables
1688
+ - Enhancing FQN Handling: Support for Quoted Identifiers` ,
1689
+
1690
+ Fixes : `- Fixed potential Okta login issues by clearing state to avoid login errors
1691
+ - Fixed MariaDB profiling with Time datatype
1692
+ - Fixed handling of Sample Data with non-utf8 characters
1693
+ - Fixed test connection showing timeout after successful connection
1694
+ - Fixed DBT logs and improved error handling
1695
+ - Fixed Test Suite 'NoneType' object has no attribute 'id' handling
1696
+ - Fixed delete entity relation live indexing
1697
+ - Fixed Data Insights Data Stream deletion on OpenSearch
1698
+ - Fixed soft delete and restore functionality
1699
+ - Corrected childrenCount for Organizations in Teams
1700
+ - Fixed custom dashboard issue with term type of data
1701
+ - Lower training window for Collate Anomaly detection model ${ CollateIconWithLinkMD } ` ,
1702
+ } ,
1703
+ } ,
1677
1704
] ;
0 commit comments