From 19ce1638b6e38ce08bbbab890d48846a5e4c7c7c Mon Sep 17 00:00:00 2001 From: Prajwal214 <167504578+Prajwal214@users.noreply.github.com> Date: Thu, 22 May 2025 14:40:05 +0530 Subject: [PATCH] Docs: Fixing Iceberg Connector docs (#21357) Co-authored-by: Prajwal Pandit --- .../content/v1.6.x/connectors/database/iceberg/yaml.md | 4 ++-- .../content/v1.7.x/connectors/database/iceberg/yaml.md | 4 ++-- .../v1.8.x-SNAPSHOT/connectors/database/iceberg/yaml.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openmetadata-docs/content/v1.6.x/connectors/database/iceberg/yaml.md b/openmetadata-docs/content/v1.6.x/connectors/database/iceberg/yaml.md index e3987f1ffe8..3bf348c6d13 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/database/iceberg/yaml.md +++ b/openmetadata-docs/content/v1.6.x/connectors/database/iceberg/yaml.md @@ -13,7 +13,7 @@ unavailableFeatures=["Query Usage", "Data Profiler", "Data Quality", "Lineage", In this section, we provide guides and references to use the Iceberg connector. -Configure and schedule Greenplum metadata and profiler workflows from the OpenMetadata UI: +Configure and schedule Iceberg metadata from the OpenMetadata UI: - [Requirements](#requirements) - [Metadata Ingestion](#metadata-ingestion) @@ -53,7 +53,7 @@ pip3 install "openmetadata-ingestion[iceberg]" All connectors are defined as JSON Schemas. [Here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/icebergConnection.json) -you can find the structure to create a connection to Greenplum. +you can find the structure to create a connection to Iceberg. In order to create and run a Metadata Ingestion workflow, we will follow the steps to create a YAML configuration able to connect to the source, diff --git a/openmetadata-docs/content/v1.7.x/connectors/database/iceberg/yaml.md b/openmetadata-docs/content/v1.7.x/connectors/database/iceberg/yaml.md index b48ac13bb0c..cc7e1b601f9 100644 --- a/openmetadata-docs/content/v1.7.x/connectors/database/iceberg/yaml.md +++ b/openmetadata-docs/content/v1.7.x/connectors/database/iceberg/yaml.md @@ -13,7 +13,7 @@ unavailableFeatures=["Query Usage", "Data Profiler", "Data Quality", "Lineage", In this section, we provide guides and references to use the Iceberg connector. -Configure and schedule Greenplum metadata and profiler workflows from the OpenMetadata UI: +Configure and schedule Iceberg metadata from the OpenMetadata UI: - [Requirements](#requirements) - [Metadata Ingestion](#metadata-ingestion) @@ -53,7 +53,7 @@ pip3 install "openmetadata-ingestion[iceberg]" All connectors are defined as JSON Schemas. [Here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/icebergConnection.json) -you can find the structure to create a connection to Greenplum. +you can find the structure to create a connection to Iceberg. In order to create and run a Metadata Ingestion workflow, we will follow the steps to create a YAML configuration able to connect to the source, diff --git a/openmetadata-docs/content/v1.8.x-SNAPSHOT/connectors/database/iceberg/yaml.md b/openmetadata-docs/content/v1.8.x-SNAPSHOT/connectors/database/iceberg/yaml.md index 6dae8104c00..a6bc2a396e3 100644 --- a/openmetadata-docs/content/v1.8.x-SNAPSHOT/connectors/database/iceberg/yaml.md +++ b/openmetadata-docs/content/v1.8.x-SNAPSHOT/connectors/database/iceberg/yaml.md @@ -13,7 +13,7 @@ unavailableFeatures=["Query Usage", "Data Profiler", "Data Quality", "Lineage", In this section, we provide guides and references to use the Iceberg connector. -Configure and schedule Greenplum metadata and profiler workflows from the OpenMetadata UI: +Configure and schedule Iceberg metadata from the OpenMetadata UI: - [Requirements](#requirements) - [Metadata Ingestion](#metadata-ingestion) @@ -53,7 +53,7 @@ pip3 install "openmetadata-ingestion[iceberg]" All connectors are defined as JSON Schemas. [Here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/database/icebergConnection.json) -you can find the structure to create a connection to Greenplum. +you can find the structure to create a connection to Iceberg. In order to create and run a Metadata Ingestion workflow, we will follow the steps to create a YAML configuration able to connect to the source,