mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
Docs: Troubleshoot Section Addition in database till MSSQL (#20654)
This commit is contained in:
parent
6a93091763
commit
b1dc6e0b0b
@ -120,14 +120,20 @@ site_menu:
|
||||
url: /connectors/database/gcs-datalake
|
||||
- category: Connectors / Database / GCS Datalake / Run Externally
|
||||
url: /connectors/database/gcs-datalake/yaml
|
||||
- category: Connectors / Database / GCS Datalake / Troubleshooting
|
||||
url: /connectors/database/gcs-datalake/troubleshooting
|
||||
- category: Connectors / Database / Glue
|
||||
url: /connectors/database/glue
|
||||
- category: Connectors / Database / Glue / Run Externally
|
||||
url: /connectors/database/glue/yaml
|
||||
- category: Connectors / Database / Glue / Troubleshooting
|
||||
url: /connectors/database/glue/troubleshooting
|
||||
- category: Connectors / Database / Greenplum
|
||||
url: /connectors/database/greenplum
|
||||
- category: Connectors / Database / Greenplum / Run Externally
|
||||
url: /connectors/database/greenplum/yaml
|
||||
- category: Connectors / Database / Greenplum / Troubleshooting
|
||||
url: /connectors/database/greenplum/troubleshooting
|
||||
- category: Connectors / Database / Hive
|
||||
url: /connectors/database/hive
|
||||
- category: Connectors / Database / Hive / Run Externally
|
||||
@ -138,6 +144,8 @@ site_menu:
|
||||
url: /connectors/database/iceberg
|
||||
- category: Connectors / Database / Iceberg / Run Externally
|
||||
url: /connectors/database/iceberg/yaml
|
||||
- category: Connectors / Database / Iceberg / Troubleshooting
|
||||
url: /connectors/database/iceberg/troubleshooting
|
||||
- category: Connectors / Database / Impala
|
||||
url: /connectors/database/impala
|
||||
- category: Connectors / Database / Impala / Run Externally
|
||||
@ -148,10 +156,14 @@ site_menu:
|
||||
url: /connectors/database/mariadb
|
||||
- category: Connectors / Database / MariaDB / Run Externally
|
||||
url: /connectors/database/mariadb/yaml
|
||||
- category: Connectors / Database / MariaDB / Troubleshooting
|
||||
url: /connectors/database/mariadb/troubleshooting
|
||||
- category: Connectors / Database / MongoDB
|
||||
url: /connectors/database/mongodb
|
||||
- category: Connectors / Database / MongoDB / Run Externally
|
||||
url: /connectors/database/mongodb/yaml
|
||||
- category: Connectors / Database / MongoDB / Troubleshooting
|
||||
url: /connectors/database/mongodb/troubleshooting
|
||||
- category: Connectors / Database / MSSQL
|
||||
url: /connectors/database/mssql
|
||||
- category: Connectors / Database / MSSQL / Run Externally
|
||||
|
||||
@ -18,6 +18,7 @@ Configure and schedule GCS Datalake metadata and profiler workflows from the Ope
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [Troubleshooting](/connectors/database/gcs-datalake/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/gcs-datalake/yaml"} /%}
|
||||
|
||||
@ -77,6 +78,4 @@ We support two ways of authenticating to GCS:
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: GCS Datalake Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/gcs-datalake/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -19,6 +19,7 @@ Configure and schedule Glue metadata and profiler workflows from the OpenMetadat
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Troubleshooting](/connectors/database/glue/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/glue/yaml"} /%}
|
||||
|
||||
@ -119,6 +120,4 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Glue Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/glue/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -23,6 +23,7 @@ Configure and schedule Greenplum metadata and profiler workflows from the OpenMe
|
||||
- [Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Enable Security](#securing-greenplum-connection-with-ssl-in-openmetadata)
|
||||
- [Troubleshooting](/connectors/database/greenplum/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/greenplum/yaml"} /%}
|
||||
|
||||
@ -162,6 +163,4 @@ For IAM authentication, it is recommended to choose the `allow` mode or another
|
||||
height="450px"
|
||||
caption="SSL Configuration" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Greenplum Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/greenplum/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -22,6 +22,7 @@ Configure and schedule Hive metadata and profiler workflows from the OpenMetadat
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Enable Security](#securing-hive-connection-with-ssl-in-openmetadata)
|
||||
- [Troubleshooting](/connectors/database/hive/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/hive/yaml"} /%}
|
||||
|
||||
@ -105,6 +106,4 @@ To configure SSL for secure connections between OpenMetadata and a Hive database
|
||||
height="450px"
|
||||
caption="SSL Configuration" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
@ -3,7 +3,7 @@ title: Hive Connector Troubleshooting
|
||||
slug: /connectors/database/hive/troubleshooting
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
Learn how to resolve the most common problems people encounter in the Hive connector.
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ Configure and schedule Iceberg metadata workflows from the OpenMetadata UI:
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Enable Security](#securing-rest-catalog-connection-with-ssl-in-openmetadata)
|
||||
- [Troubleshooting](/connectors/database/iceberg/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/iceberg/yaml"} /%}
|
||||
|
||||
@ -212,6 +213,4 @@ When using `SSL` to establish secure connections between OpenMetadata and Rest C
|
||||
height="450px"
|
||||
caption="SSL Configuration" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Iceberg Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/iceberg/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -20,6 +20,7 @@ Configure and schedule Impala metadata and profiler workflows from the OpenMetad
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Enable Security](#securing-impala-connection-with-ssl-in-openmetadata)
|
||||
- [Troubleshooting](/connectors/database/impala/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/impala/yaml"} /%}
|
||||
|
||||
@ -73,6 +74,4 @@ To configure SSL for secure connections between OpenMetadata and an Impala datab
|
||||
height="450px"
|
||||
caption="SSL Configuration" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
@ -3,7 +3,7 @@ title: Impala Connector Troubleshooting
|
||||
slug: /connectors/database/impala/troubleshooting
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
Learn how to resolve the most common problems people encounter in the Impala connector.
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ Configure and schedule MariaDB metadata and profiler workflows from the OpenMeta
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Data Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [Troubleshooting](/connectors/database/mariadb/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/mariadb/yaml"} /%}
|
||||
|
||||
@ -81,6 +82,4 @@ Executing the profiler workflow or data quality tests, will require the user to
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: MariaDB Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/mariadb/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -19,6 +19,7 @@ Configure and schedule MongoDB metadata workflows from the OpenMetadata UI:
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Data Profiler](#data-profiler)
|
||||
- [Troubleshooting](/connectors/database/mongodb/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/mongodb/yaml"} /%}
|
||||
|
||||
@ -62,8 +63,6 @@ Using Atlas? Follow [this guide](https://www.mongodb.com/docs/guides/atlas/conne
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
## Data Profiler
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: MongoDB Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/mongodb/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -23,6 +23,7 @@ Configure and schedule MSSQL metadata and profiler workflows from the OpenMetada
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [Lineage](/connectors/ingestion/lineage)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Troubleshooting](/connectors/database/mssql/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/mssql/yaml"} /%}
|
||||
|
||||
|
||||
@ -3,7 +3,9 @@ title: Troubleshooting for MSSQL
|
||||
slug: /connectors/database/mssql/troubleshooting
|
||||
---
|
||||
|
||||
# Resolving SQL Server Authentication Issue for Windows User
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
## Resolving SQL Server Authentication Issue for Windows User
|
||||
|
||||
This guide addresses a common issue when connecting to a SQL Server instance using Windows OS. If you encounter the error below, follow the steps outlined to resolve it effectively.
|
||||
|
||||
|
||||
@ -329,14 +329,20 @@ site_menu:
|
||||
url: /connectors/database/gcs-datalake
|
||||
- category: Connectors / Database / GCS Datalake / Run Externally
|
||||
url: /connectors/database/gcs-datalake/yaml
|
||||
- category: Connectors / Database / GCS Datalake / Troubleshooting
|
||||
url: /connectors/database/gcs-datalake/troubleshooting
|
||||
- category: Connectors / Database / Glue
|
||||
url: /connectors/database/glue
|
||||
- category: Connectors / Database / Glue / Run Externally
|
||||
url: /connectors/database/glue/yaml
|
||||
- category: Connectors / Database / Glue / Troubleshooting
|
||||
url: /connectors/database/glue/troubleshooting
|
||||
- category: Connectors / Database / Greenplum
|
||||
url: /connectors/database/greenplum
|
||||
- category: Connectors / Database / Greenplum / Run Externally
|
||||
url: /connectors/database/greenplum/yaml
|
||||
- category: Connectors / Database / Greenplum / Troubleshooting
|
||||
url: /connectors/database/greenplum/troubleshooting
|
||||
- category: Connectors / Database / Hive
|
||||
url: /connectors/database/hive
|
||||
- category: Connectors / Database / Hive / Run Externally
|
||||
@ -347,6 +353,8 @@ site_menu:
|
||||
url: /connectors/database/iceberg
|
||||
- category: Connectors / Database / Iceberg / Run Externally
|
||||
url: /connectors/database/iceberg/yaml
|
||||
- category: Connectors / Database / Iceberg / Troubleshooting
|
||||
url: /connectors/database/iceberg/troubleshooting
|
||||
- category: Connectors / Database / Impala
|
||||
url: /connectors/database/impala
|
||||
- category: Connectors / Database / Impala / Run Externally
|
||||
@ -357,10 +365,14 @@ site_menu:
|
||||
url: /connectors/database/mariadb
|
||||
- category: Connectors / Database / MariaDB / Run Externally
|
||||
url: /connectors/database/mariadb/yaml
|
||||
- category: Connectors / Database / MariaDB / Troubleshooting
|
||||
url: /connectors/database/mariadb/troubleshooting
|
||||
- category: Connectors / Database / MongoDB
|
||||
url: /connectors/database/mongodb
|
||||
- category: Connectors / Database / MongoDB / Run Externally
|
||||
url: /connectors/database/mongodb/yaml
|
||||
- category: Connectors / Database / MongoDB / Troubleshooting
|
||||
url: /connectors/database/mongodb/troubleshooting
|
||||
- category: Connectors / Database / MSSQL
|
||||
url: /connectors/database/mssql
|
||||
- category: Connectors / Database / MSSQL / Run Externally
|
||||
|
||||
@ -132,14 +132,20 @@ site_menu:
|
||||
url: /connectors/database/gcs-datalake
|
||||
- category: Connectors / Database / GCS Datalake / Run Externally
|
||||
url: /connectors/database/gcs-datalake/yaml
|
||||
- category: Connectors / Database / GCS Datalake / Troubleshooting
|
||||
url: /connectors/database/gcs-datalake/troubleshooting
|
||||
- category: Connectors / Database / Glue
|
||||
url: /connectors/database/glue
|
||||
- category: Connectors / Database / Glue / Run Externally
|
||||
url: /connectors/database/glue/yaml
|
||||
- category: Connectors / Database / Glue / Troubleshooting
|
||||
url: /connectors/database/glue/troubleshooting
|
||||
- category: Connectors / Database / Greenplum
|
||||
url: /connectors/database/greenplum
|
||||
- category: Connectors / Database / Greenplum / Run Externally
|
||||
url: /connectors/database/greenplum/yaml
|
||||
- category: Connectors / Database / Greenplum / Troubleshooting
|
||||
url: /connectors/database/greenplum/troubleshooting
|
||||
- category: Connectors / Database / Hive
|
||||
url: /connectors/database/hive
|
||||
- category: Connectors / Database / Hive / Run Externally
|
||||
@ -150,6 +156,8 @@ site_menu:
|
||||
url: /connectors/database/iceberg
|
||||
- category: Connectors / Database / Iceberg / Run Externally
|
||||
url: /connectors/database/iceberg/yaml
|
||||
- category: Connectors / Database / Iceberg / Troubleshooting
|
||||
url: /connectors/database/iceberg/troubleshooting
|
||||
- category: Connectors / Database / Impala
|
||||
url: /connectors/database/impala
|
||||
- category: Connectors / Database / Impala / Run Externally
|
||||
@ -160,10 +168,14 @@ site_menu:
|
||||
url: /connectors/database/mariadb
|
||||
- category: Connectors / Database / MariaDB / Run Externally
|
||||
url: /connectors/database/mariadb/yaml
|
||||
- category: Connectors / Database / MariaDB / Troubleshooting
|
||||
url: /connectors/database/mariadb/troubleshooting
|
||||
- category: Connectors / Database / MongoDB
|
||||
url: /connectors/database/mongodb
|
||||
- category: Connectors / Database / MongoDB / Run Externally
|
||||
url: /connectors/database/mongodb/yaml
|
||||
- category: Connectors / Database / MongoDB / Troubleshooting
|
||||
url: /connectors/database/mongodb/troubleshooting
|
||||
- category: Connectors / Database / MSSQL
|
||||
url: /connectors/database/mssql
|
||||
- category: Connectors / Database / MSSQL / Run Externally
|
||||
|
||||
@ -18,6 +18,7 @@ Configure and schedule GCS Datalake metadata and profiler workflows from the Ope
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [Troubleshooting](/connectors/database/gcs-datalake/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/gcs-datalake/yaml"} /%}
|
||||
|
||||
@ -77,6 +78,4 @@ We support two ways of authenticating to GCS:
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: GCS Datalake Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/gcs-datalake/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -19,6 +19,7 @@ Configure and schedule Glue metadata and profiler workflows from the OpenMetadat
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Troubleshooting](/connectors/database/glue/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/glue/yaml"} /%}
|
||||
|
||||
@ -119,6 +120,4 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Glue Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/glue/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -23,6 +23,7 @@ Configure and schedule Greenplum metadata and profiler workflows from the OpenMe
|
||||
- [Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Enable Security](#securing-greenplum-connection-with-ssl-in-openmetadata)
|
||||
- [Troubleshooting](/connectors/database/greenplum/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/greenplum/yaml"} /%}
|
||||
|
||||
@ -162,6 +163,4 @@ For IAM authentication, it is recommended to choose the `allow` mode or another
|
||||
height="450px"
|
||||
caption="SSL Configuration" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Greenplum Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/greenplum/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -22,6 +22,7 @@ Configure and schedule Hive metadata and profiler workflows from the OpenMetadat
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Enable Security](#securing-hive-connection-with-ssl-in-openmetadata)
|
||||
- [Troubleshooting](/connectors/database/hive/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/hive/yaml"} /%}
|
||||
|
||||
@ -105,6 +106,4 @@ To configure SSL for secure connections between OpenMetadata and a Hive database
|
||||
height="450px"
|
||||
caption="SSL Configuration" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
@ -3,7 +3,7 @@ title: Hive Connector Troubleshooting
|
||||
slug: /connectors/database/hive/troubleshooting
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
Learn how to resolve the most common problems people encounter in the Hive connector.
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ Configure and schedule Iceberg metadata workflows from the OpenMetadata UI:
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Enable Security](#securing-rest-catalog-connection-with-ssl-in-openmetadata)
|
||||
- [Troubleshooting](/connectors/database/iceberg/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/iceberg/yaml"} /%}
|
||||
|
||||
@ -212,6 +213,4 @@ When using `SSL` to establish secure connections between OpenMetadata and Rest C
|
||||
height="450px"
|
||||
caption="SSL Configuration" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Iceberg Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/iceberg/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -20,6 +20,7 @@ Configure and schedule Impala metadata and profiler workflows from the OpenMetad
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Enable Security](#securing-impala-connection-with-ssl-in-openmetadata)
|
||||
- [Troubleshooting](/connectors/database/impala/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/impala/yaml"} /%}
|
||||
|
||||
@ -73,6 +74,4 @@ To configure SSL for secure connections between OpenMetadata and an Impala datab
|
||||
height="450px"
|
||||
caption="SSL Configuration" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
@ -3,7 +3,7 @@ title: Impala Connector Troubleshooting
|
||||
slug: /connectors/database/impala/troubleshooting
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
Learn how to resolve the most common problems people encounter in the Impala connector.
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ Configure and schedule MariaDB metadata and profiler workflows from the OpenMeta
|
||||
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Troubleshooting](/connectors/database/mariadb/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/mariadb/yaml"} /%}
|
||||
|
||||
@ -80,6 +81,4 @@ Executing the profiler workflow or data quality tests, will require the user to
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: MariaDB Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/mariadb/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -19,6 +19,7 @@ Configure and schedule MongoDB metadata workflows from the OpenMetadata UI:
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Data Profiler](#data-profiler)
|
||||
- [Troubleshooting](/connectors/database/mongodb/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/mongodb/yaml"} /%}
|
||||
|
||||
@ -62,8 +63,6 @@ Using Atlas? Follow [this guide](https://www.mongodb.com/docs/guides/atlas/conne
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
## Data Profiler
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: MongoDB Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/mongodb/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -24,6 +24,7 @@ Configure and schedule MSSQL metadata and profiler workflows from the OpenMetada
|
||||
- [Lineage](/connectors/ingestion/lineage)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Reverse Metadata Ingestion](#reverse-metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/database/mssql/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/mssql/yaml"} /%}
|
||||
|
||||
@ -121,8 +122,6 @@ For details step please refer to this [link](https://docs.microsoft.com/en-us/sq
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
## Reverse Metadata Ingestion
|
||||
|
||||
@ -3,7 +3,9 @@ title: Troubleshooting for MSSQL
|
||||
slug: /connectors/database/mssql/troubleshooting
|
||||
---
|
||||
|
||||
# Resolving SQL Server Authentication Issue for Windows User
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
## Resolving SQL Server Authentication Issue for Windows User
|
||||
|
||||
This guide addresses a common issue when connecting to a SQL Server instance using Windows OS. If you encounter the error below, follow the steps outlined to resolve it effectively.
|
||||
|
||||
|
||||
@ -341,14 +341,20 @@ site_menu:
|
||||
url: /connectors/database/gcs-datalake
|
||||
- category: Connectors / Database / GCS Datalake / Run Externally
|
||||
url: /connectors/database/gcs-datalake/yaml
|
||||
- category: Connectors / Database / GCS Datalake / Troubleshooting
|
||||
url: /connectors/database/gcs-datalake/troubleshooting
|
||||
- category: Connectors / Database / Glue
|
||||
url: /connectors/database/glue
|
||||
- category: Connectors / Database / Glue / Run Externally
|
||||
url: /connectors/database/glue/yaml
|
||||
- category: Connectors / Database / Glue / Troubleshooting
|
||||
url: /connectors/database/glue/troubleshooting
|
||||
- category: Connectors / Database / Greenplum
|
||||
url: /connectors/database/greenplum
|
||||
- category: Connectors / Database / Greenplum / Run Externally
|
||||
url: /connectors/database/greenplum/yaml
|
||||
- category: Connectors / Database / Greenplum / Troubleshooting
|
||||
url: /connectors/database/greenplum/troubleshooting
|
||||
- category: Connectors / Database / Hive
|
||||
url: /connectors/database/hive
|
||||
- category: Connectors / Database / Hive / Run Externally
|
||||
@ -359,6 +365,8 @@ site_menu:
|
||||
url: /connectors/database/iceberg
|
||||
- category: Connectors / Database / Iceberg / Run Externally
|
||||
url: /connectors/database/iceberg/yaml
|
||||
- category: Connectors / Database / Iceberg / Troubleshooting
|
||||
url: /connectors/database/iceberg/troubleshooting
|
||||
- category: Connectors / Database / Impala
|
||||
url: /connectors/database/impala
|
||||
- category: Connectors / Database / Impala / Run Externally
|
||||
@ -369,10 +377,14 @@ site_menu:
|
||||
url: /connectors/database/mariadb
|
||||
- category: Connectors / Database / MariaDB / Run Externally
|
||||
url: /connectors/database/mariadb/yaml
|
||||
- category: Connectors / Database / MariaDB / Troubleshooting
|
||||
url: /connectors/database/mariadb/troubleshooting
|
||||
- category: Connectors / Database / MongoDB
|
||||
url: /connectors/database/mongodb
|
||||
- category: Connectors / Database / MongoDB / Run Externally
|
||||
url: /connectors/database/mongodb/yaml
|
||||
- category: Connectors / Database / MongoDB / Troubleshooting
|
||||
url: /connectors/database/mongodb/troubleshooting
|
||||
- category: Connectors / Database / MSSQL
|
||||
url: /connectors/database/mssql
|
||||
- category: Connectors / Database / MSSQL / Run Externally
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user