mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-11 23:36:25 +00:00
Docs: updating latest release to v1.5.7 (#18337)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
This commit is contained in:
parent
8e87fb8454
commit
a8ac73e1c1
@ -1,7 +1,7 @@
|
||||
# 1.5.6 Release 🎉
|
||||
# 1.5.7 Release 🎉
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Oct 3rd, 2024**
|
||||
**Oct 17th, 2024**
|
||||
{% /note %}
|
||||
|
||||
{% inlineCalloutContainer %}
|
||||
@ -10,34 +10,52 @@ color="violet-70"
|
||||
icon="celebration"
|
||||
bold="Upgrade OpenMetadata"
|
||||
href="/deployment/upgrade" %}
|
||||
Learn how to upgrade your OpenMetadata instance to 1.5.6!
|
||||
Learn how to upgrade your OpenMetadata instance to 1.5.7!
|
||||
{% /inlineCallout %}
|
||||
{% /inlineCalloutContainer %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.6-release).
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.7-release).
|
||||
|
||||
# What's Changed
|
||||
|
||||
- Fixed MSTR connector import.
|
||||
- Show displayName for database and databaseSchema in explore tree.
|
||||
- Allow PowerBI datamodel children in column lineage.
|
||||
- Fixed manifest is not parsed correctly on dbt versionless.
|
||||
- Fixed lineage & queries in dbt.
|
||||
- Added DBT tests with versionless and fixed v7 parsing.
|
||||
- Reset displayName to avoid being persisted while editing user display name.
|
||||
- Fixed incorrect schema implementations in Swagger annotations.
|
||||
- Resolved type null exception on user feed.
|
||||
- Addressed missing cast to str.
|
||||
- Fixed DI Missing Dashboard Description Status.
|
||||
- Fixed SAML redirect leads to 404 page on UI.
|
||||
- Fixed General Profiler Bugs.
|
||||
- Fixed time format for the created_at of the DBT cloud pipeline status.
|
||||
- Fixed role page size from 10 to 50.
|
||||
- Fixed Search Indexing.
|
||||
- Improved AlationSink connector.
|
||||
- Fixed sktime version to fix AUT
|
||||
- Fixed Expected ColumnLineage but got dict
|
||||
- Improved Collate API with Knowledge Center routes. ${CollateIconWithLinkMD}
|
||||
- Feature: Add table-type custom property.
|
||||
- Feature: support Persian language option
|
||||
- Feature: Postgres stored procedures support.
|
||||
- Feature: Allow Custom Property Update in Glossary Bulk Import/export.
|
||||
- Improvement: Remove table details from table level Import/Export, allowing updates only for column details.
|
||||
- MINOR: looker exclude version.
|
||||
- MINOR: Add deleteEntityByFQNPrefix.
|
||||
- MINOR: Reduce lineage response size.
|
||||
- MINOR: Updated pyiceberg version to 0.5.1
|
||||
- MINOR: Fix dark border shown in navbar on UI.
|
||||
- MINOR: Add column case sensitivity parameter.
|
||||
- MINOR: Pagination with search on service page.
|
||||
- MINOR: Added loader in activity feed open and closed count.
|
||||
- MINOR: Superset get primitive datatype in case of array, struct.
|
||||
- MINOR: fix term references validation msg on glossary import.
|
||||
- MINOR: supported search filter and only all show in case of all node value selected.
|
||||
- Fix: Fix PinotDB Ingestion.
|
||||
- Fix: MSAL popup auth issue.
|
||||
- Fix: Fix Alerts for Test Suites.
|
||||
- Fix: Added Glue Pipeline Lineage.
|
||||
- Fix: ClassGraph performance issue.
|
||||
- Fix: Superset query for mysql con.
|
||||
- Fix: Empty Connection Overwrite Logic.
|
||||
- Fix: Couchbase columns not fetched fix.
|
||||
- Fix: Quicksight Ingestion Error handled.
|
||||
- Fix: DBT Manifest and Run results parsing.
|
||||
- Fix: Increase MAX_AGGREGATE_SIZE in search.
|
||||
- Fix: Add display name field in the advanced search filter.
|
||||
- Fix: On dashboard soft delete, chart should not be visible.
|
||||
- Fix: Fix the automator page breaking when no source is selected.
|
||||
- Fix: Salesforce table description from label if not through query.
|
||||
- Fix: Add Import/export support for table type custom property in glossary.
|
||||
- Fix: Fix exception in search due to exception in database.displayName and databaseSchema.aggregation.
|
||||
- MINOR: Knowledge Center publicationDate mismatch error ${CollateIconWithLinkMD}
|
||||
- MINOR: Add owner label for knowledge center right panel ${CollateIconWithLinkMD}
|
||||
- Fix: Automator pagination & improvments ${CollateIconWithLinkMD}
|
||||
- Fix: ArchiveLog to FALSE for test connection ${CollateIconWithLinkMD}
|
||||
- Fix: Knowledge Page deletion is not deleting from the search index ${CollateIconWithLinkMD}`,
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.5-release...1.5.6-release
|
||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.6-release...1.5.7-release
|
||||
@ -1,7 +1,7 @@
|
||||
# 1.5.6 Release 🎉
|
||||
# 1.5.7 Release 🎉
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Oct 3rd, 2024**
|
||||
**Oct 17th, 2024**
|
||||
{% /note %}
|
||||
|
||||
{% inlineCalloutContainer %}
|
||||
@ -10,34 +10,52 @@ color="violet-70"
|
||||
icon="celebration"
|
||||
bold="Upgrade OpenMetadata"
|
||||
href="/deployment/upgrade" %}
|
||||
Learn how to upgrade your OpenMetadata instance to 1.5.6!
|
||||
Learn how to upgrade your OpenMetadata instance to 1.5.7!
|
||||
{% /inlineCallout %}
|
||||
{% /inlineCalloutContainer %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.6-release).
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.7-release).
|
||||
|
||||
# What's Changed
|
||||
|
||||
- Fixed MSTR connector import.
|
||||
- Show displayName for database and databaseSchema in explore tree.
|
||||
- Allow PowerBI datamodel children in column lineage.
|
||||
- Fixed manifest is not parsed correctly on dbt versionless.
|
||||
- Fixed lineage & queries in dbt.
|
||||
- Added DBT tests with versionless and fixed v7 parsing.
|
||||
- Reset displayName to avoid being persisted while editing user display name.
|
||||
- Fixed incorrect schema implementations in Swagger annotations.
|
||||
- Resolved type null exception on user feed.
|
||||
- Addressed missing cast to str.
|
||||
- Fixed DI Missing Dashboard Description Status.
|
||||
- Fixed SAML redirect leads to 404 page on UI.
|
||||
- Fixed General Profiler Bugs.
|
||||
- Fixed time format for the created_at of the DBT cloud pipeline status.
|
||||
- Fixed role page size from 10 to 50.
|
||||
- Fixed Search Indexing.
|
||||
- Improved AlationSink connector.
|
||||
- Fixed sktime version to fix AUT
|
||||
- Fixed Expected ColumnLineage but got dict
|
||||
- Improved Collate API with Knowledge Center routes. ${CollateIconWithLinkMD}
|
||||
- Feature: Add table-type custom property.
|
||||
- Feature: support Persian language option
|
||||
- Feature: Postgres stored procedures support.
|
||||
- Feature: Allow Custom Property Update in Glossary Bulk Import/export.
|
||||
- Improvement: Remove table details from table level Import/Export, allowing updates only for column details.
|
||||
- MINOR: looker exclude version.
|
||||
- MINOR: Add deleteEntityByFQNPrefix.
|
||||
- MINOR: Reduce lineage response size.
|
||||
- MINOR: Updated pyiceberg version to 0.5.1
|
||||
- MINOR: Fix dark border shown in navbar on UI.
|
||||
- MINOR: Add column case sensitivity parameter.
|
||||
- MINOR: Pagination with search on service page.
|
||||
- MINOR: Added loader in activity feed open and closed count.
|
||||
- MINOR: Superset get primitive datatype in case of array, struct.
|
||||
- MINOR: fix term references validation msg on glossary import.
|
||||
- MINOR: supported search filter and only all show in case of all node value selected.
|
||||
- Fix: Fix PinotDB Ingestion.
|
||||
- Fix: MSAL popup auth issue.
|
||||
- Fix: Fix Alerts for Test Suites.
|
||||
- Fix: Added Glue Pipeline Lineage.
|
||||
- Fix: ClassGraph performance issue.
|
||||
- Fix: Superset query for mysql con.
|
||||
- Fix: Empty Connection Overwrite Logic.
|
||||
- Fix: Couchbase columns not fetched fix.
|
||||
- Fix: Quicksight Ingestion Error handled.
|
||||
- Fix: DBT Manifest and Run results parsing.
|
||||
- Fix: Increase MAX_AGGREGATE_SIZE in search.
|
||||
- Fix: Add display name field in the advanced search filter.
|
||||
- Fix: On dashboard soft delete, chart should not be visible.
|
||||
- Fix: Fix the automator page breaking when no source is selected.
|
||||
- Fix: Salesforce table description from label if not through query.
|
||||
- Fix: Add Import/export support for table type custom property in glossary.
|
||||
- Fix: Fix exception in search due to exception in database.displayName and databaseSchema.aggregation.
|
||||
- MINOR: Knowledge Center publicationDate mismatch error ${CollateIconWithLinkMD}
|
||||
- MINOR: Add owner label for knowledge center right panel ${CollateIconWithLinkMD}
|
||||
- Fix: Automator pagination & improvments ${CollateIconWithLinkMD}
|
||||
- Fix: ArchiveLog to FALSE for test connection ${CollateIconWithLinkMD}
|
||||
- Fix: Knowledge Page deletion is not deleting from the search index ${CollateIconWithLinkMD}`,
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.5-release...1.5.6-release
|
||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.6-release...1.5.7-release
|
||||
@ -775,6 +775,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.5.6 Release
|
||||
url: /releases/all-releases/#1.5.6-release
|
||||
- category: Releases / All Releases / 1.5.5 Release
|
||||
url: /releases/all-releases/#1.5.5-release
|
||||
- category: Releases / All Releases / 1.5.4 Release
|
||||
|
||||
@ -103,7 +103,7 @@ This docker compose file contains only the docker compose services for OpenMetad
|
||||
You can also run the below command to fetch the docker compose file directly from the terminal -
|
||||
|
||||
```bash
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-openmetadata.yml
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.7-release/docker-compose-openmetadata.yml
|
||||
```
|
||||
|
||||
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
||||
@ -192,7 +192,7 @@ You can validate that all containers are up by running with command `docker ps`.
|
||||
```commandline
|
||||
❯ docker ps
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
470cc8149826 openmetadata/server:1.5.6 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
||||
470cc8149826 openmetadata/server:1.5.7 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
||||
```
|
||||
|
||||
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||
|
||||
@ -929,6 +929,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.5.6 Release
|
||||
url: /releases/all-releases/#1.5.6-release
|
||||
- category: Releases / All Releases / 1.5.5 Release
|
||||
url: /releases/all-releases/#1.5.5-release
|
||||
- category: Releases / All Releases / 1.5.4 Release
|
||||
|
||||
@ -119,15 +119,15 @@ The latest version is at the top of the page
|
||||
You can use the curl or wget command as well to fetch the docker compose files from your terminal -
|
||||
|
||||
```commandline
|
||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose.yml
|
||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.7-release/docker-compose.yml
|
||||
|
||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-postgres.yml
|
||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.7-release/docker-compose-postgres.yml
|
||||
```
|
||||
|
||||
```commandline
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose.yml
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.7-release/docker-compose.yml
|
||||
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-postgres.yml
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.7-release/docker-compose-postgres.yml
|
||||
```
|
||||
|
||||
### 3. Start the Docker Compose Services
|
||||
@ -166,10 +166,10 @@ You can validate that all containers are up by running with command `docker ps`.
|
||||
```commandline
|
||||
❯ docker ps
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
470cc8149826 openmetadata/server:1.5.6 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
||||
63578aacbff5 openmetadata/ingestion:1.5.6 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
||||
470cc8149826 openmetadata/server:1.5.7 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
||||
63578aacbff5 openmetadata/ingestion:1.5.7 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
||||
9f5ee8334f4b docker.elastic.co/elasticsearch/elasticsearch:7.16.3 "/tini -- /usr/local…" 45 seconds ago Up 44 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp openmetadata_elasticsearch
|
||||
08947ab3424b openmetadata/db:1.5.6 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
||||
08947ab3424b openmetadata/db:1.5.7 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
||||
```
|
||||
|
||||
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||
|
||||
@ -14,6 +14,40 @@ version. To see what's coming in next releases, please check our [Roadmap](/rele
|
||||
|
||||
{% partial file="/v1.5/releases/latest.md" /%}
|
||||
|
||||
# 1.5.6 Release
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Oct 3rd, 2024**
|
||||
{% /note %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.6-release).
|
||||
|
||||
# What's Changed
|
||||
|
||||
- Fixed MSTR connector import.
|
||||
- Show displayName for database and databaseSchema in explore tree.
|
||||
- Allow PowerBI datamodel children in column lineage.
|
||||
- Fixed manifest is not parsed correctly on dbt versionless.
|
||||
- Fixed lineage & queries in dbt.
|
||||
- Added DBT tests with versionless and fixed v7 parsing.
|
||||
- Reset displayName to avoid being persisted while editing user display name.
|
||||
- Fixed incorrect schema implementations in Swagger annotations.
|
||||
- Resolved type null exception on user feed.
|
||||
- Addressed missing cast to str.
|
||||
- Fixed DI Missing Dashboard Description Status.
|
||||
- Fixed SAML redirect leads to 404 page on UI.
|
||||
- Fixed General Profiler Bugs.
|
||||
- Fixed time format for the created_at of the DBT cloud pipeline status.
|
||||
- Fixed role page size from 10 to 50.
|
||||
- Fixed Search Indexing.
|
||||
- Improved AlationSink connector.
|
||||
- Fixed sktime version to fix AUT
|
||||
- Fixed Expected ColumnLineage but got dict
|
||||
- Improved Collate API with Knowledge Center routes. ${CollateIconWithLinkMD}
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.5-release...1.5.6-release
|
||||
|
||||
# 1.5.5 Release
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
|
||||
@ -15,7 +15,7 @@ Make sure to use the same `openmetadata-ingestion` version as your server versio
|
||||
server at version 0.13.0, you will need to install:
|
||||
|
||||
```python
|
||||
pip install "openmetadata-ingestion~=1.5.6.0"
|
||||
pip install "openmetadata-ingestion~=1.5.7.0"
|
||||
```
|
||||
|
||||
{% /note %}
|
||||
|
||||
@ -781,6 +781,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.5.6 Release
|
||||
url: /releases/all-releases/#1.5.6-release
|
||||
- category: Releases / All Releases / 1.5.5 Release
|
||||
url: /releases/all-releases/#1.5.5-release
|
||||
- category: Releases / All Releases / 1.5.4 Release
|
||||
|
||||
@ -103,7 +103,7 @@ This docker compose file contains only the docker compose services for OpenMetad
|
||||
You can also run the below command to fetch the docker compose file directly from the terminal -
|
||||
|
||||
```bash
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-openmetadata.yml
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.7-release/docker-compose-openmetadata.yml
|
||||
```
|
||||
|
||||
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
||||
@ -192,7 +192,7 @@ You can validate that all containers are up by running with command `docker ps`.
|
||||
```commandline
|
||||
❯ docker ps
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
470cc8149826 openmetadata/server:1.5.6 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
||||
470cc8149826 openmetadata/server:1.5.7 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
||||
```
|
||||
|
||||
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||
|
||||
@ -933,6 +933,8 @@ site_menu:
|
||||
url: /releases/supported
|
||||
- category: Releases / All Releases
|
||||
url: /releases/all-releases
|
||||
- category: Releases / All Releases / 1.5.6 Release
|
||||
url: /releases/all-releases/#1.5.6-release
|
||||
- category: Releases / All Releases / 1.5.5 Release
|
||||
url: /releases/all-releases/#1.5.5-release
|
||||
- category: Releases / All Releases / 1.5.4 Release
|
||||
|
||||
@ -119,15 +119,15 @@ The latest version is at the top of the page
|
||||
You can use the curl or wget command as well to fetch the docker compose files from your terminal -
|
||||
|
||||
```commandline
|
||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose.yml
|
||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.7-release/docker-compose.yml
|
||||
|
||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-postgres.yml
|
||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.5.7-release/docker-compose-postgres.yml
|
||||
```
|
||||
|
||||
```commandline
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose.yml
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.7-release/docker-compose.yml
|
||||
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.6-release/docker-compose-postgres.yml
|
||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.5.7-release/docker-compose-postgres.yml
|
||||
```
|
||||
|
||||
### 3. Start the Docker Compose Services
|
||||
@ -166,10 +166,10 @@ You can validate that all containers are up by running with command `docker ps`.
|
||||
```commandline
|
||||
❯ docker ps
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
470cc8149826 openmetadata/server:1.5.6 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
||||
63578aacbff5 openmetadata/ingestion:1.5.6 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
||||
470cc8149826 openmetadata/server:1.5.7 "./openmetadata-star…" 45 seconds ago Up 43 seconds 3306/tcp, 9200/tcp, 9300/tcp, 0.0.0.0:8585-8586->8585-8586/tcp openmetadata_server
|
||||
63578aacbff5 openmetadata/ingestion:1.5.7 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
||||
9f5ee8334f4b docker.elastic.co/elasticsearch/elasticsearch:7.16.3 "/tini -- /usr/local…" 45 seconds ago Up 44 seconds 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp openmetadata_elasticsearch
|
||||
08947ab3424b openmetadata/db:1.5.6 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
||||
08947ab3424b openmetadata/db:1.5.7 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
||||
```
|
||||
|
||||
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||
|
||||
@ -14,6 +14,40 @@ version. To see what's coming in next releases, please check our [Roadmap](/rele
|
||||
|
||||
{% partial file="/v1.5/releases/latest.md" /%}
|
||||
|
||||
# 1.5.6 Release
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
**Oct 3rd, 2024**
|
||||
{% /note %}
|
||||
|
||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.5.6-release).
|
||||
|
||||
# What's Changed
|
||||
|
||||
- Fixed MSTR connector import.
|
||||
- Show displayName for database and databaseSchema in explore tree.
|
||||
- Allow PowerBI datamodel children in column lineage.
|
||||
- Fixed manifest is not parsed correctly on dbt versionless.
|
||||
- Fixed lineage & queries in dbt.
|
||||
- Added DBT tests with versionless and fixed v7 parsing.
|
||||
- Reset displayName to avoid being persisted while editing user display name.
|
||||
- Fixed incorrect schema implementations in Swagger annotations.
|
||||
- Resolved type null exception on user feed.
|
||||
- Addressed missing cast to str.
|
||||
- Fixed DI Missing Dashboard Description Status.
|
||||
- Fixed SAML redirect leads to 404 page on UI.
|
||||
- Fixed General Profiler Bugs.
|
||||
- Fixed time format for the created_at of the DBT cloud pipeline status.
|
||||
- Fixed role page size from 10 to 50.
|
||||
- Fixed Search Indexing.
|
||||
- Improved AlationSink connector.
|
||||
- Fixed sktime version to fix AUT
|
||||
- Fixed Expected ColumnLineage but got dict
|
||||
- Improved Collate API with Knowledge Center routes. ${CollateIconWithLinkMD}
|
||||
|
||||
|
||||
**Full Changelog**: https://github.com/open-metadata/OpenMetadata/compare/1.5.5-release...1.5.6-release
|
||||
|
||||
# 1.5.5 Release
|
||||
|
||||
{% note noteType="Tip" %}
|
||||
|
||||
@ -15,7 +15,7 @@ Make sure to use the same `openmetadata-ingestion` version as your server versio
|
||||
server at version 0.13.0, you will need to install:
|
||||
|
||||
```python
|
||||
pip install "openmetadata-ingestion~=1.5.6.0"
|
||||
pip install "openmetadata-ingestion~=1.5.7.0"
|
||||
```
|
||||
|
||||
{% /note %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user