what's new 1.6.8 (#20699)

This commit is contained in:
harshsoni2024 2025-04-08 18:36:33 +05:30 committed by GitHub
parent 202519fd2d
commit 0c0830f4fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ import incidentManagerSampleData from '../../../assets/img/incidentManagerSample
import profilerConfigPage from '../../../assets/img/profilerConfigPage.png'; import profilerConfigPage from '../../../assets/img/profilerConfigPage.png';
import collateIcon from '../../../assets/svg/ic-collate.svg'; import collateIcon from '../../../assets/svg/ic-collate.svg';
export const COOKIE_VERSION = 'VERSION_1_6_7'; // To be changed with each release. export const COOKIE_VERSION = 'VERSION_1_6_8'; // To be changed with each release.
// for youtube video make isImage = false and path = {video embed id} // for youtube video make isImage = false and path = {video embed id}
// embed:- youtube video => share => click on embed and take {url with id} from it // embed:- youtube video => share => click on embed and take {url with id} from it
@ -1714,4 +1714,27 @@ Since we are introducing the Auto Classification workflow, we are going to remov
- Lower training window for Collate Anomaly detection model ${CollateIconWithLinkMD}`, - Lower training window for Collate Anomaly detection model ${CollateIconWithLinkMD}`,
}, },
}, },
{
id: 64,
version: 'v1.6.8',
description: 'Released on 8th April 2025.',
features: [],
changeLogs: {
Improvements: `- Added support for Wherescape connector.${CollateIconWithLinkMD}
- PowerBI owners ingestion for assets, improved filter query performance.
- REST connector enhancements.
- Implement column validation in lineage patch api.
`,
Fixes: `- Fixed tableau ingestion for null upstream table queries.
- Fixed public schema lieage for postgres.
- Fixed PowerBI filter query.
- Fixed IncidentManager date filtering and update table column title.
- Fixed dbt cloud latest run execution.
- Fixed Unpinned google-cloud-secret-manager version in ingestion dependencies.
- Fixed update query to fix domain asset update.
- Fixed DQ for local webserver.${CollateIconWithLinkMD}
- Fixed placeholder issue for empty metrics.${CollateIconWithLinkMD}
`,
},
},
]; ];