mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-07 00:28:02 +00:00
Docs: 1.8.9 Release Updation (#22724)
Co-authored-by: “Rounak <“rounakpreet.d@deuexsolutions.com”>
This commit is contained in:
parent
b74e181d52
commit
c7f50c9376
34
openmetadata-docs/content/partials/v1.8/releases/1.8.8.md
Normal file
34
openmetadata-docs/content/partials/v1.8/releases/1.8.8.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# 1.8.8 Release 🎉
|
||||||
|
|
||||||
|
{% note noteType="Tip" %}
|
||||||
|
**July 30th, 2025**
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.8-release).
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
- Added missing database migrations for `searchSettings` changes introduced in version 1.8.7.
|
||||||
|
- Introduced support for the SSAS (SQL Server Analysis Services) connector.
|
||||||
|
- Enhanced memory management and ensured proper resource cleanup in the profiler.
|
||||||
|
- Updated OMeta logging for improved clarity and easier debugging.
|
||||||
|
- Enabled support for service accounts in the Synapse Connector. ${CollateIconWithLinkMD}
|
||||||
|
- Implemented chunked reading of archived logs in Argo Workflows to improve performance and memory efficiency. ${CollateIconWithLinkMD}
|
||||||
|
- Added external table reverse metadata support for Databricks and Unity Catalog. ${CollateIconWithLinkMD}
|
||||||
|
- Introduced Collate SaaS activity metrics integrated with OpenSearch telemetry. ${CollateIconWithLinkMD}
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
- Added Tableau CA certificate authentication to ensure secure connectivity.
|
||||||
|
- Skipped creation of redundant indexes for foreign keys referencing the same column multiple times.
|
||||||
|
- Fixed DataLake ingestion to handle larger files without failures or timeouts.
|
||||||
|
- Resolved Tableau ingestion issues by properly handling `None` entities.
|
||||||
|
- Ignored non-current columns for Iceberg tables in Glue and Athena environments.
|
||||||
|
- Fixed JSON processing issues related to Jakarta in the MCP Patch Tool.
|
||||||
|
- Addressed `clusterAlias` errors in the MCP SearchMetadataTool by implementing proper alias resolution for cross-environment compatibility.
|
||||||
|
- Fixed cyclic lineage node collapsing to prevent incorrect root node removal, with added unit and Playwright tests for validation.
|
||||||
|
- Ensured Airflow ingestion compatibility with older Airflow versions.
|
||||||
|
- Resolved Trino column validation errors for highly complex fields to ensure proper handling.
|
||||||
|
- Fixed alert mechanism to correctly display test case names and URLs upon failure.
|
||||||
|
|
||||||
|
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.7-release...1.8.8-release)
|
@ -1,7 +1,7 @@
|
|||||||
# 1.8.8 Release 🎉
|
# 1.8.9 Release 🎉
|
||||||
|
|
||||||
{% note noteType="Tip" %}
|
{% note noteType="Tip" %}
|
||||||
**30th July 2025**
|
**1st August 2025**
|
||||||
{% /note %}
|
{% /note %}
|
||||||
|
|
||||||
{% inlineCalloutContainer %}
|
{% inlineCalloutContainer %}
|
||||||
@ -10,37 +10,24 @@ color="violet-70"
|
|||||||
icon="celebration"
|
icon="celebration"
|
||||||
bold="Upgrade OpenMetadata"
|
bold="Upgrade OpenMetadata"
|
||||||
href="/deployment/upgrade" %}
|
href="/deployment/upgrade" %}
|
||||||
Learn how to upgrade your OpenMetadata instance to 1.8.8!
|
Learn how to upgrade your OpenMetadata instance to 1.8.9!
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% /inlineCalloutContainer %}
|
{% /inlineCalloutContainer %}
|
||||||
|
|
||||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.8-release).
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.9-release).
|
||||||
|
|
||||||
# What's New
|
# What's New
|
||||||
|
|
||||||
## Improvements
|
## Improvements
|
||||||
|
|
||||||
- Added missing database migrations for `searchSettings` changes introduced in version 1.8.7.
|
- Remove unnecessary braces in additional_config for cleaner code.
|
||||||
- Introduced support for the SSAS (SQL Server Analysis Services) connector.
|
- Implemented comprehensive Security Service with schema changes, UI integration, and OSS visibility controls.
|
||||||
- Enhanced memory management and ensured proper resource cleanup in the profiler.
|
- Added backward-compatible support for documented owner configuration in dbt.
|
||||||
- Updated OMeta logging for improved clarity and easier debugging.
|
- Implemented configurable sink and reverse metadata support for Ranger, along with cleanup, bug fixes, and UI enhancements. (Collate)
|
||||||
- Enabled support for service accounts in the Synapse Connector. ${CollateIconWithLinkMD}
|
- Added lineage propagation enhancements in Automator with stop conditions and propagation depth, along with related UI fixes, configuration support, and test improvements. (Collate)
|
||||||
- Implemented chunked reading of archived logs in Argo Workflows to improve performance and memory efficiency. ${CollateIconWithLinkMD}
|
|
||||||
- Added external table reverse metadata support for Databricks and Unity Catalog. ${CollateIconWithLinkMD}
|
|
||||||
- Introduced Collate SaaS activity metrics integrated with OpenSearch telemetry. ${CollateIconWithLinkMD}
|
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
|
||||||
- Added Tableau CA certificate authentication to ensure secure connectivity.
|
- Fixed Incorrect or missing security labels.
|
||||||
- Skipped creation of redundant indexes for foreign keys referencing the same column multiple times.
|
|
||||||
- Fixed DataLake ingestion to handle larger files without failures or timeouts.
|
|
||||||
- Resolved Tableau ingestion issues by properly handling `None` entities.
|
|
||||||
- Ignored non-current columns for Iceberg tables in Glue and Athena environments.
|
|
||||||
- Fixed JSON processing issues related to Jakarta in the MCP Patch Tool.
|
|
||||||
- Addressed `clusterAlias` errors in the MCP SearchMetadataTool by implementing proper alias resolution for cross-environment compatibility.
|
|
||||||
- Fixed cyclic lineage node collapsing to prevent incorrect root node removal, with added unit and Playwright tests for validation.
|
|
||||||
- Ensured Airflow ingestion compatibility with older Airflow versions.
|
|
||||||
- Resolved Trino column validation errors for highly complex fields to ensure proper handling.
|
|
||||||
- Fixed alert mechanism to correctly display test case names and URLs upon failure.
|
|
||||||
|
|
||||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.7-release...1.8.8-release)
|
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.8-release...1.8.9-release)
|
||||||
|
34
openmetadata-docs/content/partials/v1.9/releases/1.8.8.md
Normal file
34
openmetadata-docs/content/partials/v1.9/releases/1.8.8.md
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# 1.8.8 Release 🎉
|
||||||
|
|
||||||
|
{% note noteType="Tip" %}
|
||||||
|
**July 30th, 2025**
|
||||||
|
{% /note %}
|
||||||
|
|
||||||
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.8-release).
|
||||||
|
|
||||||
|
## Improvements
|
||||||
|
|
||||||
|
- Added missing database migrations for `searchSettings` changes introduced in version 1.8.7.
|
||||||
|
- Introduced support for the SSAS (SQL Server Analysis Services) connector.
|
||||||
|
- Enhanced memory management and ensured proper resource cleanup in the profiler.
|
||||||
|
- Updated OMeta logging for improved clarity and easier debugging.
|
||||||
|
- Enabled support for service accounts in the Synapse Connector. ${CollateIconWithLinkMD}
|
||||||
|
- Implemented chunked reading of archived logs in Argo Workflows to improve performance and memory efficiency. ${CollateIconWithLinkMD}
|
||||||
|
- Added external table reverse metadata support for Databricks and Unity Catalog. ${CollateIconWithLinkMD}
|
||||||
|
- Introduced Collate SaaS activity metrics integrated with OpenSearch telemetry. ${CollateIconWithLinkMD}
|
||||||
|
|
||||||
|
## Fixes
|
||||||
|
|
||||||
|
- Added Tableau CA certificate authentication to ensure secure connectivity.
|
||||||
|
- Skipped creation of redundant indexes for foreign keys referencing the same column multiple times.
|
||||||
|
- Fixed DataLake ingestion to handle larger files without failures or timeouts.
|
||||||
|
- Resolved Tableau ingestion issues by properly handling `None` entities.
|
||||||
|
- Ignored non-current columns for Iceberg tables in Glue and Athena environments.
|
||||||
|
- Fixed JSON processing issues related to Jakarta in the MCP Patch Tool.
|
||||||
|
- Addressed `clusterAlias` errors in the MCP SearchMetadataTool by implementing proper alias resolution for cross-environment compatibility.
|
||||||
|
- Fixed cyclic lineage node collapsing to prevent incorrect root node removal, with added unit and Playwright tests for validation.
|
||||||
|
- Ensured Airflow ingestion compatibility with older Airflow versions.
|
||||||
|
- Resolved Trino column validation errors for highly complex fields to ensure proper handling.
|
||||||
|
- Fixed alert mechanism to correctly display test case names and URLs upon failure.
|
||||||
|
|
||||||
|
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.7-release...1.8.8-release)
|
@ -1,7 +1,7 @@
|
|||||||
# 1.8.8 Release 🎉
|
# 1.8.9 Release 🎉
|
||||||
|
|
||||||
{% note noteType="Tip" %}
|
{% note noteType="Tip" %}
|
||||||
**30th July 2025**
|
**1st August 2025**
|
||||||
{% /note %}
|
{% /note %}
|
||||||
|
|
||||||
{% inlineCalloutContainer %}
|
{% inlineCalloutContainer %}
|
||||||
@ -10,37 +10,24 @@ color="violet-70"
|
|||||||
icon="celebration"
|
icon="celebration"
|
||||||
bold="Upgrade OpenMetadata"
|
bold="Upgrade OpenMetadata"
|
||||||
href="/deployment/upgrade" %}
|
href="/deployment/upgrade" %}
|
||||||
Learn how to upgrade your OpenMetadata instance to 1.8.8!
|
Learn how to upgrade your OpenMetadata instance to 1.8.9!
|
||||||
{% /inlineCallout %}
|
{% /inlineCallout %}
|
||||||
{% /inlineCalloutContainer %}
|
{% /inlineCalloutContainer %}
|
||||||
|
|
||||||
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.8-release).
|
You can find the GitHub release [here](https://github.com/open-metadata/OpenMetadata/releases/tag/1.8.9-release).
|
||||||
|
|
||||||
# What's New
|
# What's New
|
||||||
|
|
||||||
## Improvements
|
## Improvements
|
||||||
|
|
||||||
- Added missing database migrations for `searchSettings` changes introduced in version 1.8.7.
|
- Remove unnecessary braces in additional_config for cleaner code.
|
||||||
- Introduced support for the SSAS (SQL Server Analysis Services) connector.
|
- Implemented comprehensive Security Service with schema changes, UI integration, and OSS visibility controls.
|
||||||
- Enhanced memory management and ensured proper resource cleanup in the profiler.
|
- Added backward-compatible support for documented owner configuration in dbt.
|
||||||
- Updated OMeta logging for improved clarity and easier debugging.
|
- Implemented configurable sink and reverse metadata support for Ranger, along with cleanup, bug fixes, and UI enhancements. (Collate)
|
||||||
- Enabled support for service accounts in the Synapse Connector. ${CollateIconWithLinkMD}
|
- Added lineage propagation enhancements in Automator with stop conditions and propagation depth, along with related UI fixes, configuration support, and test improvements. (Collate)
|
||||||
- Implemented chunked reading of archived logs in Argo Workflows to improve performance and memory efficiency. ${CollateIconWithLinkMD}
|
|
||||||
- Added external table reverse metadata support for Databricks and Unity Catalog. ${CollateIconWithLinkMD}
|
|
||||||
- Introduced Collate SaaS activity metrics integrated with OpenSearch telemetry. ${CollateIconWithLinkMD}
|
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
|
||||||
- Added Tableau CA certificate authentication to ensure secure connectivity.
|
- Fixed Incorrect or missing security labels.
|
||||||
- Skipped creation of redundant indexes for foreign keys referencing the same column multiple times.
|
|
||||||
- Fixed DataLake ingestion to handle larger files without failures or timeouts.
|
|
||||||
- Resolved Tableau ingestion issues by properly handling `None` entities.
|
|
||||||
- Ignored non-current columns for Iceberg tables in Glue and Athena environments.
|
|
||||||
- Fixed JSON processing issues related to Jakarta in the MCP Patch Tool.
|
|
||||||
- Addressed `clusterAlias` errors in the MCP SearchMetadataTool by implementing proper alias resolution for cross-environment compatibility.
|
|
||||||
- Fixed cyclic lineage node collapsing to prevent incorrect root node removal, with added unit and Playwright tests for validation.
|
|
||||||
- Ensured Airflow ingestion compatibility with older Airflow versions.
|
|
||||||
- Resolved Trino column validation errors for highly complex fields to ensure proper handling.
|
|
||||||
- Fixed alert mechanism to correctly display test case names and URLs upon failure.
|
|
||||||
|
|
||||||
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.7-release...1.8.8-release)
|
**Full Changelog**: [link](https://github.com/open-metadata/OpenMetadata/compare/1.8.8-release...1.8.9-release)
|
||||||
|
@ -102,7 +102,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 -
|
You can also run the below command to fetch the docker compose file directly from the terminal -
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.8-release/docker-compose-openmetadata.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.9-release/docker-compose-openmetadata.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
||||||
@ -196,7 +196,7 @@ You can validate that all containers are up by running with command `docker ps`.
|
|||||||
```commandline
|
```commandline
|
||||||
❯ docker ps
|
❯ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
470cc8149826 openmetadata/server:1.8.8 "./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.8.9 "./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)
|
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||||
|
@ -1144,6 +1144,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.8.8 Release
|
||||||
|
url: /releases/all-releases/#1.8.8-releases
|
||||||
- category: Releases / All Releases / 1.8.7 Release
|
- category: Releases / All Releases / 1.8.7 Release
|
||||||
url: /releases/all-releases/#1.8.7-releases
|
url: /releases/all-releases/#1.8.7-releases
|
||||||
- category: Releases / All Releases / 1.8.6 Release
|
- category: Releases / All Releases / 1.8.6 Release
|
||||||
|
@ -120,15 +120,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 -
|
You can use the curl or wget command as well to fetch the docker compose files from your terminal -
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.8-release/docker-compose.yml
|
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.9-release/docker-compose.yml
|
||||||
|
|
||||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.8-release/docker-compose-postgres.yml
|
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.9-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.8-release/docker-compose.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.9-release/docker-compose.yml
|
||||||
|
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.8-release/docker-compose-postgres.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.9-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Start the Docker Compose Services
|
### 3. Start the Docker Compose Services
|
||||||
@ -167,10 +167,10 @@ You can validate that all containers are up by running with command `docker ps`.
|
|||||||
```commandline
|
```commandline
|
||||||
❯ docker ps
|
❯ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
470cc8149826 openmetadata/server:1.8.8 "./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.8.9 "./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.8.8 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
63578aacbff5 openmetadata/ingestion:1.8.9 "./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
|
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.8.8 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
08947ab3424b openmetadata/db:1.8.9 "/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)
|
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||||
|
@ -15,6 +15,8 @@ version. To see what's coming in next releases, please check our {% collateConte
|
|||||||
|
|
||||||
{% partial file="/v1.8/releases/latest.md" /%}
|
{% partial file="/v1.8/releases/latest.md" /%}
|
||||||
|
|
||||||
|
{% partial file="/v1.8/releases/1.8.8.md" /%}
|
||||||
|
|
||||||
{% partial file="/v1.8/releases/1.8.7.md" /%}
|
{% partial file="/v1.8/releases/1.8.7.md" /%}
|
||||||
|
|
||||||
{% partial file="/v1.8/releases/1.8.6.md" /%}
|
{% partial file="/v1.8/releases/1.8.6.md" /%}
|
||||||
|
@ -13,10 +13,10 @@ We are now going to present a high-level Python API as a type-safe and gentle wr
|
|||||||
The Python SDK is part of the `openmetadata-ingestion` base package. You can install it from [PyPI](https://pypi.org/project/openmetadata-ingestion/).
|
The Python SDK is part of the `openmetadata-ingestion` base package. You can install it from [PyPI](https://pypi.org/project/openmetadata-ingestion/).
|
||||||
|
|
||||||
Make sure to use the same `openmetadata-ingestion` version as your server version. For example, if you have the OpenMetadata
|
Make sure to use the same `openmetadata-ingestion` version as your server version. For example, if you have the OpenMetadata
|
||||||
server at version 1.8.8, you will need to install:
|
server at version 1.8.9, you will need to install:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
pip install "openmetadata-ingestion~=1.8.8.0"
|
pip install "openmetadata-ingestion~=1.8.9.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% /note %}
|
{% /note %}
|
||||||
|
@ -102,7 +102,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 -
|
You can also run the below command to fetch the docker compose file directly from the terminal -
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.8-release/docker-compose-openmetadata.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.9-release/docker-compose-openmetadata.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
### 3. Update Environment Variables required for OpenMetadata Dependencies
|
||||||
@ -196,7 +196,7 @@ You can validate that all containers are up by running with command `docker ps`.
|
|||||||
```commandline
|
```commandline
|
||||||
❯ docker ps
|
❯ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
470cc8149826 openmetadata/server:1.8.8 "./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.8.9 "./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)
|
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||||
|
@ -1145,6 +1145,8 @@ site_menu:
|
|||||||
url: /releases/supported
|
url: /releases/supported
|
||||||
- category: Releases / All Releases
|
- category: Releases / All Releases
|
||||||
url: /releases/all-releases
|
url: /releases/all-releases
|
||||||
|
- category: Releases / All Releases / 1.8.8 Release
|
||||||
|
url: /releases/all-releases/#1.8.8-releases
|
||||||
- category: Releases / All Releases / 1.8.7 Release
|
- category: Releases / All Releases / 1.8.7 Release
|
||||||
url: /releases/all-releases/#1.8.7-releases
|
url: /releases/all-releases/#1.8.7-releases
|
||||||
- category: Releases / All Releases / 1.8.6 Release
|
- category: Releases / All Releases / 1.8.6 Release
|
||||||
|
@ -120,15 +120,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 -
|
You can use the curl or wget command as well to fetch the docker compose files from your terminal -
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.8-release/docker-compose.yml
|
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.9-release/docker-compose.yml
|
||||||
|
|
||||||
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.8-release/docker-compose-postgres.yml
|
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.8.9-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.8-release/docker-compose.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.9-release/docker-compose.yml
|
||||||
|
|
||||||
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.8-release/docker-compose-postgres.yml
|
wget https://github.com/open-metadata/OpenMetadata/releases/download/1.8.9-release/docker-compose-postgres.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Start the Docker Compose Services
|
### 3. Start the Docker Compose Services
|
||||||
@ -167,10 +167,10 @@ You can validate that all containers are up by running with command `docker ps`.
|
|||||||
```commandline
|
```commandline
|
||||||
❯ docker ps
|
❯ docker ps
|
||||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||||
470cc8149826 openmetadata/server:1.8.8 "./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.8.9 "./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.8.8 "./ingestion_depende…" 45 seconds ago Up 43 seconds 0.0.0.0:8080->8080/tcp openmetadata_ingestion
|
63578aacbff5 openmetadata/ingestion:1.8.9 "./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
|
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.8.8 "/entrypoint.sh mysq…" 45 seconds ago Up 44 seconds (healthy) 3306/tcp, 33060-33061/tcp openmetadata_mysql
|
08947ab3424b openmetadata/db:1.8.9 "/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)
|
In a few seconds, you should be able to access the OpenMetadata UI at [http://localhost:8585](http://localhost:8585)
|
||||||
|
@ -15,6 +15,8 @@ version. To see what's coming in next releases, please check our {% collateConte
|
|||||||
|
|
||||||
{% partial file="/v1.9/releases/latest.md" /%}
|
{% partial file="/v1.9/releases/latest.md" /%}
|
||||||
|
|
||||||
|
{% partial file="/v1.9/releases/1.8.8.md" /%}
|
||||||
|
|
||||||
{% partial file="/v1.9/releases/1.8.7.md" /%}
|
{% partial file="/v1.9/releases/1.8.7.md" /%}
|
||||||
|
|
||||||
{% partial file="/v1.9/releases/1.8.6.md" /%}
|
{% partial file="/v1.9/releases/1.8.6.md" /%}
|
||||||
|
@ -13,10 +13,10 @@ We are now going to present a high-level Python API as a type-safe and gentle wr
|
|||||||
The Python SDK is part of the `openmetadata-ingestion` base package. You can install it from [PyPI](https://pypi.org/project/openmetadata-ingestion/).
|
The Python SDK is part of the `openmetadata-ingestion` base package. You can install it from [PyPI](https://pypi.org/project/openmetadata-ingestion/).
|
||||||
|
|
||||||
Make sure to use the same `openmetadata-ingestion` version as your server version. For example, if you have the OpenMetadata
|
Make sure to use the same `openmetadata-ingestion` version as your server version. For example, if you have the OpenMetadata
|
||||||
server at version 1.8.8, you will need to install:
|
server at version 1.8.9, you will need to install:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
pip install "openmetadata-ingestion~=1.8.8.0"
|
pip install "openmetadata-ingestion~=1.8.9.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% /note %}
|
{% /note %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user