mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-10 16:25:37 +00:00
Docs: 1.6.8 Release Updation (#20727)
This commit is contained in:
parent
a0d631b7cb
commit
5b94056fb5
27
openmetadata-docs/content/partials/v1.6/releases/1.6.7.md
Normal file
27
openmetadata-docs/content/partials/v1.6/releases/1.6.7.md
Normal file
@ -0,0 +1,27 @@
|
||||
# 1.6.7 Release 🎉
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Mar 28th, 2025**
|
||||
{% /note %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.7-release).
|
||||
|
||||
- Lineage Improvements - Added Tableau Custom SQL lineage support
|
||||
- Lineage Improvements - Added column count validation when creating table-type custom property
|
||||
- Lineage Improvements - Transformed Reserved keywords like quotes to OM compatible
|
||||
- Lineage Improvements - Added missing timestamp indexes for time series tables
|
||||
- Lineage Improvements - Enhancing FQN Handling: Support for Quoted Identifiers
|
||||
- Fixed potential Okta login issues by clearing state to avoid login errors
|
||||
- Fixed MariaDB profiling with Time datatype
|
||||
- Fixed handling of Sample Data with non-utf8 characters
|
||||
- Fixed test connection showing timeout after successful connection
|
||||
- Fixed DBT logs and improved error handling
|
||||
- Fixed Test Suite 'NoneType' object has no attribute 'id' handling
|
||||
- Fixed delete entity relation live indexing
|
||||
- Fixed Data Insights Data Stream deletion on OpenSearch
|
||||
- Fixed soft delete and restore functionality
|
||||
- Corrected childrenCount for Organizations in Teams
|
||||
- Fixed custom dashboard issue with term type of data
|
||||
- Lower training window for Collate Anomaly detection model (collate)
|
||||
|
||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.6-release...1.6.7-release)
|
@ -1,7 +1,7 @@
|
||||
# 1.6.7 Release 🎉
|
||||
# 1.6.8 Release 🎉
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Mar 28th, 2025**
|
||||
**Apr 8th, 2025**
|
||||
{% /note %}
|
||||
|
||||
{% inlineCalloutContainer %}
|
||||
@ -10,28 +10,24 @@ color="violet-70"
|
||||
icon="celebration"
|
||||
bold="Upgrade OpenMetadata"
|
||||
href="/deployment/upgrade" %}
|
||||
Learn how to upgrade your OpenMetadata instance to 1.6.7!
|
||||
Learn how to upgrade your OpenMetadata instance to 1.6.8!
|
||||
{% /inlineCallout %}
|
||||
{% /inlineCalloutContainer %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.7-release).
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.8-release).
|
||||
|
||||
- Lineage Improvements - Added Tableau Custom SQL lineage support
|
||||
- Lineage Improvements - Added column count validation when creating table-type custom property
|
||||
- Lineage Improvements - Transformed Reserved keywords like quotes to OM compatible
|
||||
- Lineage Improvements - Added missing timestamp indexes for time series tables
|
||||
- Lineage Improvements - Enhancing FQN Handling: Support for Quoted Identifiers
|
||||
- Fixed potential Okta login issues by clearing state to avoid login errors
|
||||
- Fixed MariaDB profiling with Time datatype
|
||||
- Fixed handling of Sample Data with non-utf8 characters
|
||||
- Fixed test connection showing timeout after successful connection
|
||||
- Fixed DBT logs and improved error handling
|
||||
- Fixed Test Suite 'NoneType' object has no attribute 'id' handling
|
||||
- Fixed delete entity relation live indexing
|
||||
- Fixed Data Insights Data Stream deletion on OpenSearch
|
||||
- Fixed soft delete and restore functionality
|
||||
- Corrected childrenCount for Organizations in Teams
|
||||
- Fixed custom dashboard issue with term type of data
|
||||
- Lower training window for Collate Anomaly detection model (collate)
|
||||
- Added support for Wherescape connector.
|
||||
- PowerBI owners ingestion for assets, improved filter query performance.
|
||||
- REST connector enhancements.
|
||||
- Implement column validation in lineage patch api.
|
||||
- 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.
|
||||
- Fixed placeholder issue for empty metrics.
|
||||
|
||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.6-release...1.6.7-release)
|
||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.7-release...1.6.8-release)
|
||||
|
27
openmetadata-docs/content/partials/v1.7/releases/1.6.7.md
Normal file
27
openmetadata-docs/content/partials/v1.7/releases/1.6.7.md
Normal file
@ -0,0 +1,27 @@
|
||||
# 1.6.7 Release 🎉
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Mar 28th, 2025**
|
||||
{% /note %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.7-release).
|
||||
|
||||
- Lineage Improvements - Added Tableau Custom SQL lineage support
|
||||
- Lineage Improvements - Added column count validation when creating table-type custom property
|
||||
- Lineage Improvements - Transformed Reserved keywords like quotes to OM compatible
|
||||
- Lineage Improvements - Added missing timestamp indexes for time series tables
|
||||
- Lineage Improvements - Enhancing FQN Handling: Support for Quoted Identifiers
|
||||
- Fixed potential Okta login issues by clearing state to avoid login errors
|
||||
- Fixed MariaDB profiling with Time datatype
|
||||
- Fixed handling of Sample Data with non-utf8 characters
|
||||
- Fixed test connection showing timeout after successful connection
|
||||
- Fixed DBT logs and improved error handling
|
||||
- Fixed Test Suite 'NoneType' object has no attribute 'id' handling
|
||||
- Fixed delete entity relation live indexing
|
||||
- Fixed Data Insights Data Stream deletion on OpenSearch
|
||||
- Fixed soft delete and restore functionality
|
||||
- Corrected childrenCount for Organizations in Teams
|
||||
- Fixed custom dashboard issue with term type of data
|
||||
- Lower training window for Collate Anomaly detection model (collate)
|
||||
|
||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.6-release...1.6.7-release)
|
@ -1,7 +1,7 @@
|
||||
# 1.6.7 Release 🎉
|
||||
# 1.6.8 Release 🎉
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Mar 28th, 2025**
|
||||
**Apr 8th, 2025**
|
||||
{% /note %}
|
||||
|
||||
{% inlineCalloutContainer %}
|
||||
@ -10,28 +10,24 @@ color="violet-70"
|
||||
icon="celebration"
|
||||
bold="Upgrade OpenMetadata"
|
||||
href="/deployment/upgrade" %}
|
||||
Learn how to upgrade your OpenMetadata instance to 1.6.7!
|
||||
Learn how to upgrade your OpenMetadata instance to 1.6.8!
|
||||
{% /inlineCallout %}
|
||||
{% /inlineCalloutContainer %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.7-release).
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.6.8-release).
|
||||
|
||||
- Lineage Improvements - Added Tableau Custom SQL lineage support
|
||||
- Lineage Improvements - Added column count validation when creating table-type custom property
|
||||
- Lineage Improvements - Transformed Reserved keywords like quotes to OM compatible
|
||||
- Lineage Improvements - Added missing timestamp indexes for time series tables
|
||||
- Lineage Improvements - Enhancing FQN Handling: Support for Quoted Identifiers
|
||||
- Fixed potential Okta login issues by clearing state to avoid login errors
|
||||
- Fixed MariaDB profiling with Time datatype
|
||||
- Fixed handling of Sample Data with non-utf8 characters
|
||||
- Fixed test connection showing timeout after successful connection
|
||||
- Fixed DBT logs and improved error handling
|
||||
- Fixed Test Suite 'NoneType' object has no attribute 'id' handling
|
||||
- Fixed delete entity relation live indexing
|
||||
- Fixed Data Insights Data Stream deletion on OpenSearch
|
||||
- Fixed soft delete and restore functionality
|
||||
- Corrected childrenCount for Organizations in Teams
|
||||
- Fixed custom dashboard issue with term type of data
|
||||
- Lower training window for Collate Anomaly detection model (collate)
|
||||
- Added support for Wherescape connector.
|
||||
- PowerBI owners ingestion for assets, improved filter query performance.
|
||||
- REST connector enhancements.
|
||||
- Implement column validation in lineage patch api.
|
||||
- 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.
|
||||
- Fixed placeholder issue for empty metrics.
|
||||
|
||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.6-release...1.6.7-release)
|
||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.6.7-release...1.6.8-release)
|
||||
|
@ -1021,6 +1021,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.6.7 Release
|
||||
url: /releases/all-releases/#1.6.7-release
|
||||
- category: Releases / All Releases / 1.6.6 Release
|
||||
url: /releases/all-releases/#1.6.6-release
|
||||
- category: Releases / All Releases / 1.6.5 Release
|
||||
|
@ -1101,6 +1101,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.6.7 Release
|
||||
url: /releases/all-releases/#1.6.7-release
|
||||
- category: Releases / All Releases / 1.6.6 Release
|
||||
url: /releases/all-releases/#1.6.6-release
|
||||
- category: Releases / All Releases / 1.6.5 Release
|
||||
|
@ -14,6 +14,10 @@ version. To see what's coming in next releases, please check our {% collateConte
|
||||
|
||||
{% partial file="/v1.6/releases/latest.md" /%}
|
||||
|
||||
{% partial file="/v1.6/releases/1.6.7.md" /%}
|
||||
|
||||
{% partial file="/v1.6/releases/1.6.6.md" /%}
|
||||
|
||||
{% partial file="/v1.6/releases/1.6.5.md" /%}
|
||||
|
||||
{% partial file="/v1.6/releases/1.6.4.md" /%}
|
||||
|
@ -1039,6 +1039,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.6.7 Release
|
||||
url: /releases/all-releases/#1.6.7-release
|
||||
- category: Releases / All Releases / 1.6.6 Release
|
||||
url: /releases/all-releases/#1.6.6-release
|
||||
- category: Releases / All Releases / 1.6.5 Release
|
||||
|
@ -1124,6 +1124,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.6.7 Release
|
||||
url: /releases/all-releases/#1.6.7-release
|
||||
- category: Releases / All Releases / 1.6.6 Release
|
||||
url: /releases/all-releases/#1.6.6-release
|
||||
- category: Releases / All Releases / 1.6.5 Release
|
||||
|
@ -14,6 +14,10 @@ version. To see what's coming in next releases, please check our {% collateConte
|
||||
|
||||
{% partial file="/v1.7/releases/latest.md" /%}
|
||||
|
||||
{% partial file="/v1.7/releases/1.6.7.md" /%}
|
||||
|
||||
{% partial file="/v1.7/releases/1.6.6.md" /%}
|
||||
|
||||
{% partial file="/v1.7/releases/1.6.5.md" /%}
|
||||
|
||||
{% partial file="/v1.7/releases/1.6.4.md" /%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user