Docs: Troubleshoot Section Addition in database till databricks (#20633)

This commit is contained in:
Rounak Dhillon 2025-04-04 14:33:30 +05:30 committed by GitHub
parent 2b8106e933
commit 0cc2dd9742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
42 changed files with 158 additions and 58 deletions

View File

@ -1,6 +1,6 @@
## Troubleshooting
# Troubleshooting
### Workflow Deployment Error
## Workflow Deployment Error
If there were any errors during the workflow deployment process, the
Ingestion Pipeline Entity will still be created, but no workflow will be
@ -9,11 +9,11 @@ present in the Ingestion container.
- You can then Edit the Ingestion Pipeline and **Deploy** it again.
- From the Connection tab, you can also Edit the Service if needed.
### Connector Debug Troubleshooting
## Connector Debug Troubleshooting
This section provides instructions to help resolve common issues encountered during connector setup and metadata ingestion in OpenMetadata. Below are some of the most frequently observed troubleshooting scenarios.
### How to Enable Debug Logging for Any Ingestion
## How to Enable Debug Logging for Any Ingestion
To enable debug logging for any ingestion workflow in OpenMetadata:
@ -56,6 +56,6 @@ Go to the **Ingestion tab** and click the three-dot menu on the right-hand side
caption="Schedule and Submit"
/%}
### Permission Issues
## Permission Issues
If you encounter permission-related errors during connector setup or metadata ingestion, ensure that all the prerequisites and access configurations specified for each connector are properly implemented. Refer to the connector-specific documentation to verify the required permissions.

View File

@ -1,6 +1,6 @@
## Troubleshooting
# Troubleshooting
### Workflow Deployment Error
## Workflow Deployment Error
If there were any errors during the workflow deployment process, the
Ingestion Pipeline Entity will still be created, but no workflow will be
@ -9,11 +9,11 @@ present in the Ingestion container.
- You can then Edit the Ingestion Pipeline and **Deploy** it again.
- From the Connection tab, you can also Edit the Service if needed.
### Connector Debug Troubleshooting
## Connector Debug Troubleshooting
This section provides instructions to help resolve common issues encountered during connector setup and metadata ingestion in OpenMetadata. Below are some of the most frequently observed troubleshooting scenarios.
### How to Enable Debug Logging for Any Ingestion
## How to Enable Debug Logging for Any Ingestion
To enable debug logging for any ingestion workflow in OpenMetadata:
@ -56,6 +56,6 @@ Go to the **Ingestion tab** and click the three-dot menu on the right-hand side
caption="Schedule and Submit"
/%}
### Permission Issues
## Permission Issues
If you encounter permission-related errors during connector setup or metadata ingestion, ensure that all the prerequisites and access configurations specified for each connector are properly implemented. Refer to the connector-specific documentation to verify the required permissions.

View File

@ -44,6 +44,8 @@ site_menu:
url: /connectors/database/athena
- category: Connectors / Database / Athena / Run Externally
url: /connectors/database/athena/yaml
- category: Connectors / Database / Athena / Troubleshooting
url: /connectors/database/athena/troubleshooting
- category: Connectors / Database / AzureSQL
url: /connectors/database/azuresql
- category: Connectors / Database / AzureSQL / Run Externally
@ -54,22 +56,30 @@ site_menu:
url: /connectors/database/bigquery
- category: Connectors / Database / BigQuery / Run Externally
url: /connectors/database/bigquery/yaml
- category: Connectors / Database / BigQuery / Troubleshooting
url: /connectors/database/bigquery/troubleshooting
- category: Connectors / Database / BigQuery / Create Credentials
url: /connectors/database/bigquery/create-credentials
- category: Connectors / Database / BigTable
url: /connectors/database/bigtable
- category: Connectors / Database / BigTable / Run Externally
url: /connectors/database/bigtable/yaml
- category: Connectors / Database / BigTable / Troubleshooting
url: /connectors/database/bigtable/troubleshooting
- category: Connectors / Database / BigTable / Roles
url: /connectors/database/bigtable/roles
- category: Connectors / Database / Clickhouse
url: /connectors/database/clickhouse
- category: Connectors / Database / Clickhouse / Run Externally
url: /connectors/database/clickhouse/yaml
- category: Connectors / Database / Clickhouse / Troubleshooting
url: /connectors/database/clickhouse/troubleshooting
- category: Connectors / Database / Couchbase
url: /connectors/database/couchbase
- category: Connectors / Database / Couchbase / Run Externally
url: /connectors/database/couchbase/yaml
- category: Connectors / Database / Couchbase / Troubleshooting
url: /connectors/database/couchbase/troubleshooting
- category: Connectors / Database / Databricks
url: /connectors/database/databricks
- category: Connectors / Database / Databricks / Run Externally

View File

@ -18,6 +18,7 @@ Configure and schedule Datalake metadata and profiler workflows from the OpenMet
- [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/adls-datalake/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/adls-datalake/yaml"} /%}
@ -78,6 +79,4 @@ The current approach for authentication is based on `app registration`, reach ou
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

@ -3,7 +3,7 @@ title: ADLS Datalake Connector Troubleshooting
slug: /connectors/database/adls-datalake/troubleshooting
---
# Troubleshooting
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
Learn how to resolve the most common problems people encounter in the ADLS Datalake connector.

View File

@ -21,7 +21,7 @@ Configure and schedule Athena metadata and profiler workflows from the OpenMetad
- [Connection Details](#connection-details)
- [Metadata Ingestion Options](#metadata-ingestion-options)
- [Data Lineage](/how-to-guides/data-lineage/workflow)
- [Troubleshooting](#troubleshooting)
- [Troubleshooting](/connectors/database/athena/troubleshooting)
- [Workflow Deployment Error](#workflow-deployment-error)
- [Related](#related)
@ -237,6 +237,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" /%}

View File

@ -0,0 +1,6 @@
---
title: Athena Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/athena/troubleshooting
---
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -21,7 +21,7 @@ Configure and schedule AzureSQL metadata and profiler workflows from the OpenMet
- [Connection Options](#connection-options)
- [Metadata Ingestion Options](#metadata-ingestion-options)
- [Data Lineage](/how-to-guides/data-lineage/workflow)
- [Troubleshooting](#troubleshooting)
- [Troubleshooting](/connectors/database/azuresql/troubleshooting)
- [Workflow Deployment Error](#workflow-deployment-error)
- [Related](#related)
@ -96,6 +96,4 @@ You can download the ODBC driver from [here](https://learn.microsoft.com/en-us/s
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

@ -3,7 +3,7 @@ title: AzureSQL Connector Troubleshooting
slug: /connectors/database/azuresql/troubleshooting
---
# Troubleshooting
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
Learn how to resolve the most common problems people encounter in the AzureSQL connector.

View File

@ -24,6 +24,7 @@ Configure and schedule BigQuery metadata and profiler workflows from the OpenMet
- [Data Quality](/how-to-guides/data-quality-observability/quality/configure)
- [Lineage](/connectors/ingestion/lineage)
- [dbt Integration](/connectors/ingestion/workflows/dbt)
- [Troubleshooting](/connectors/database/bigquery/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/bigquery/yaml"} /%}
@ -160,6 +161,4 @@ the GCP credentials empty. This is why they are not marked as required.
We support cross-project lineage, but the data must be ingested within a single service. This means you need to perform lineage ingestion for just one service while including multiple projects.
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

@ -0,0 +1,6 @@
---
title: BigQuery Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/bigquery/troubleshooting
---
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -18,6 +18,7 @@ Configure and schedule BigTable metadata and profiler workflows from the OpenMet
- [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/database/bigtable/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/bigtable/yaml"} /%}
@ -120,5 +121,3 @@ the GCP credentials empty. This is why they are not marked as required.
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,6 @@
---
title: BigTable Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/bigtable/troubleshooting
---
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -23,7 +23,7 @@ Configure and schedule Clickhouse metadata and profiler workflows from the OpenM
- [Service Name](#service-name)
- [Connection Options](#connection-options)
- [Metadata Ingestion Options](#metadata-ingestion-options)
- [Troubleshooting](#troubleshooting)
- [Troubleshooting](/connectors/database/clickhouse/troubleshooting)
- [Workflow Deployment Error](#workflow-deployment-error)
- [Related](#related)
@ -92,6 +92,4 @@ For the usage and lineage workflow, the user will need `SELECT` privilege. You c
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

@ -0,0 +1,6 @@
---
title: Clickhouse Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/clickhouse/troubleshooting
---
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -17,6 +17,7 @@ In this section, we provide guides and references to use the Couchbase connector
Configure and schedule Couchbase metadata workflows from the OpenMetadata UI:
- [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/database/couchbase/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/couchbase/yaml"} /%}
@ -54,6 +55,4 @@ Configure and schedule Couchbase metadata workflows from the OpenMetadata UI:
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

@ -0,0 +1,6 @@
---
title: Couchbase Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/couchbase/troubleshooting
---
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -27,6 +27,7 @@ Configure and schedule Databricks metadata and profiler workflows from the OpenM
- [Data Quality](/how-to-guides/data-quality-observability/quality)
- [Lineage](/how-to-guides/data-lineage/workflow)
- [dbt Integration](/connectors/ingestion/workflows/dbt)
- [Troubleshooting](/connectors/database/databricks/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/databricks/yaml"} /%}
@ -72,6 +73,4 @@ If you are using unity catalog in Databricks, then checkout the [Unity Catalog](
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

@ -3,7 +3,7 @@ title: Databricks Connector Troubleshooting
slug: /connectors/database/databricks/troubleshooting
---
# Troubleshooting
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
## Databricks connection details

View File

@ -253,6 +253,8 @@ site_menu:
url: /connectors/database/athena
- category: Connectors / Database / Athena / Run Externally
url: /connectors/database/athena/yaml
- category: Connectors / Database / Athena / Troubleshooting
url: /connectors/database/athena/troubleshooting
- category: Connectors / Database / AzureSQL
url: /connectors/database/azuresql
- category: Connectors / Database / AzureSQL / Run Externally
@ -263,22 +265,30 @@ site_menu:
url: /connectors/database/bigquery
- category: Connectors / Database / BigQuery / Run Externally
url: /connectors/database/bigquery/yaml
- category: Connectors / Database / BigQuery / Troubleshooting
url: /connectors/database/bigquery/troubleshooting
- category: Connectors / Database / BigQuery / Create Credentials
url: /connectors/database/bigquery/create-credentials
- category: Connectors / Database / BigTable
url: /connectors/database/bigtable
- category: Connectors / Database / BigTable / Run Externally
url: /connectors/database/bigtable/yaml
- category: Connectors / Database / BigTable / Troubleshooting
url: /connectors/database/bigtable/troubleshooting
- category: Connectors / Database / BigTable / Roles
url: /connectors/database/bigtable/roles
- category: Connectors / Database / Clickhouse
url: /connectors/database/clickhouse
- category: Connectors / Database / Clickhouse / Run Externally
url: /connectors/database/clickhouse/yaml
- category: Connectors / Database / Clickhouse / Troubleshooting
url: /connectors/database/clickhouse/troubleshooting
- category: Connectors / Database / Couchbase
url: /connectors/database/couchbase
- category: Connectors / Database / Couchbase / Run Externally
url: /connectors/database/couchbase/yaml
- category: Connectors / Database / Couchbase / Troubleshooting
url: /connectors/database/couchbase/troubleshooting
- category: Connectors / Database / Databricks
url: /connectors/database/databricks
- category: Connectors / Database / Databricks / Run Externally

View File

@ -44,6 +44,8 @@ site_menu:
url: /connectors/database/athena
- category: Connectors / Database / Athena / Run Externally
url: /connectors/database/athena/yaml
- category: Connectors / Database / Athena / Troubleshooting
url: /connectors/database/athena/troubleshooting
- category: Connectors / Database / AzureSQL
url: /connectors/database/azuresql
- category: Connectors / Database / AzureSQL / Run Externally
@ -54,30 +56,42 @@ site_menu:
url: /connectors/database/bigquery
- category: Connectors / Database / BigQuery / Run Externally
url: /connectors/database/bigquery/yaml
- category: Connectors / Database / BigQuery / Troubleshooting
url: /connectors/database/bigquery/troubleshooting
- category: Connectors / Database / BigQuery / Create Credentials
url: /connectors/database/bigquery/create-credentials
- category: Connectors / Database / BigTable
url: /connectors/database/bigtable
- category: Connectors / Database / BigTable / Run Externally
url: /connectors/database/bigtable/yaml
- category: Connectors / Database / BigTable / Troubleshooting
url: /connectors/database/bigtable/troubleshooting
- category: Connectors / Database / BigTable / Roles
url: /connectors/database/bigtable/roles
- category: Connectors / Database / Cassandra
url: /connectors/database/cassandra
- category: Connectors / Database / Cassandra / Run Externally
url: /connectors/database/cassandra/yaml
- category: Connectors / Database / Cassandra / Troubleshooting
url: /connectors/database/cassandra/troubleshooting
- category: Connectors / Database / Clickhouse
url: /connectors/database/clickhouse
- category: Connectors / Database / Clickhouse / Run Externally
url: /connectors/database/clickhouse/yaml
- category: Connectors / Database / Clickhouse / Troubleshooting
url: /connectors/database/clickhouse/troubleshooting
- category: Connectors / Database / Cockroach
url: /connectors/database/cockroach
- category: Connectors / Database / Cockroach / Run Externally
url: /connectors/database/cockroach/yaml
- category: Connectors / Database / Cockroach / Troubleshooting
url: /connectors/database/cockroach/troubleshooting
- category: Connectors / Database / Couchbase
url: /connectors/database/couchbase
- category: Connectors / Database / Couchbase / Run Externally
url: /connectors/database/couchbase/yaml
- category: Connectors / Database / Couchbase / Troubleshooting
url: /connectors/database/couchbase/troubleshooting
- category: Connectors / Database / Databricks
url: /connectors/database/databricks
- category: Connectors / Database / Databricks / Run Externally

View File

@ -18,6 +18,7 @@ Configure and schedule Datalake metadata and profiler workflows from the OpenMet
- [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/adls-datalake/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/adls-datalake/yaml"} /%}
@ -78,6 +79,4 @@ The current approach for authentication is based on `app registration`, reach ou
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}

View File

@ -3,7 +3,7 @@ title: ADLS Datalake Connector Troubleshooting
slug: /connectors/database/adls-datalake/troubleshooting
---
# Troubleshooting
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
Learn how to resolve the most common problems people encounter in the ADLS Datalake connector.

View File

@ -21,7 +21,7 @@ Configure and schedule Athena metadata and profiler workflows from the OpenMetad
- [Connection Details](#connection-details)
- [Metadata Ingestion Options](#metadata-ingestion-options)
- [Data Lineage](/how-to-guides/data-lineage/workflow)
- [Troubleshooting](#troubleshooting)
- [Troubleshooting](/connectors/database/athena/troubleshooting)
- [Workflow Deployment Error](#workflow-deployment-error)
- [Related](#related)
- [Reverse Metadata Ingestion](#reverse-metadata-ingestion)
@ -238,8 +238,6 @@ 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" /%}
## Reverse Metadata Ingestion

View File

@ -0,0 +1,6 @@
---
title: Athena Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/athena/troubleshooting
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -21,7 +21,7 @@ Configure and schedule AzureSQL metadata and profiler workflows from the OpenMet
- [Connection Options](#connection-options)
- [Metadata Ingestion Options](#metadata-ingestion-options)
- [Data Lineage](/how-to-guides/data-lineage/workflow)
- [Troubleshooting](#troubleshooting)
- [Troubleshooting](/connectors/database/azuresql/troubleshooting)
- [Workflow Deployment Error](#workflow-deployment-error)
- [Related](#related)
@ -96,6 +96,4 @@ You can download the ODBC driver from [here](https://learn.microsoft.com/en-us/s
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}

View File

@ -3,7 +3,7 @@ title: AzureSQL Connector Troubleshooting
slug: /connectors/database/azuresql/troubleshooting
---
# Troubleshooting
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
Learn how to resolve the most common problems people encounter in the AzureSQL connector.

View File

@ -25,6 +25,8 @@ Configure and schedule BigQuery metadata and profiler workflows from the OpenMet
- [Lineage](/connectors/ingestion/lineage)
- [dbt Integration](/connectors/ingestion/workflows/dbt)
- [Reverse Metadata Ingestion](#reverse-metadata-ingestion)
- [Troubleshooting](/connectors/database/bigquery/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/bigquery/yaml"} /%}
{% partial file="/v1.7/connectors/external-ingestion-deployment.md" /%}
@ -160,8 +162,6 @@ the GCP credentials empty. This is why they are not marked as required.
We support cross-project lineage, but the data must be ingested within a single service. This means you need to perform lineage ingestion for just one service while including multiple projects.
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}
## Reverse Metadata Ingestion

View File

@ -0,0 +1,6 @@
---
title: BigQuery Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/bigquery/troubleshooting
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -18,6 +18,7 @@ Configure and schedule BigTable metadata and profiler workflows from the OpenMet
- [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/database/bigtable/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/bigtable/yaml"} /%}
@ -120,5 +121,3 @@ the GCP credentials empty. This is why they are not marked as required.
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,6 @@
---
title: BigTable Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/bigtable/troubleshooting
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -19,6 +19,7 @@ Configure and schedule Cassandra metadata workflows from the OpenMetadata UI:
- [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion)
- [Enable Security](#securing-cassandra-connection-with-ssl-in-openmetadata)
- [Troubleshooting](/connectors/database/cassandra/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/cassandra/yaml"} /%}
@ -96,6 +97,4 @@ Under `Advanced Config`, after selecting the SSL mode, provide the CA certificat
height="450px"
caption="SSL Configuration" /%}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}

View File

@ -0,0 +1,6 @@
---
title: Cassandra Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/cassandra/troubleshooting
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -23,10 +23,12 @@ Configure and schedule Clickhouse metadata and profiler workflows from the OpenM
- [Service Name](#service-name)
- [Connection Options](#connection-options)
- [Metadata Ingestion Options](#metadata-ingestion-options)
- [Troubleshooting](#troubleshooting)
- [Troubleshooting](/connectors/database/clickhouse/troubleshooting)
- [Workflow Deployment Error](#workflow-deployment-error)
- [Related](#related)
- [Reverse Metadata Ingestion](#reverse-metadata-ingestion)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/clickhouse/yaml"} /%}
## Requirements
@ -92,8 +94,6 @@ For the usage and lineage workflow, the user will need `SELECT` privilege. You c
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}
## Reverse Metadata Ingestion

View File

@ -0,0 +1,6 @@
---
title: Clickhouse Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/clickhouse/troubleshooting
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -21,6 +21,7 @@ Configure and schedule Cockroach metadata workflows from the OpenMetadata UI:
- [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/cockroach/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/cockroach/yaml"} /%}
@ -96,6 +97,4 @@ Under `Advanced Config`, specify the SSL mode appropriate for your connection, s
height="450px"
caption="SSL Configuration" /%}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

@ -0,0 +1,6 @@
---
title: Cockroach Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/cockroach/troubleshooting
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -17,6 +17,7 @@ In this section, we provide guides and references to use the Couchbase connector
Configure and schedule Couchbase metadata workflows from the OpenMetadata UI:
- [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/database/couchbase/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/couchbase/yaml"} /%}
@ -54,6 +55,4 @@ Configure and schedule Couchbase metadata workflows from the OpenMetadata UI:
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}

View File

@ -0,0 +1,6 @@
---
title: Couchbase Troubleshooting Guide | OpenMetadata Support
slug: /connectors/database/couchbase/troubleshooting
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -28,6 +28,8 @@ Configure and schedule Databricks metadata and profiler workflows from the OpenM
- [Lineage](/how-to-guides/data-lineage/workflow)
- [dbt Integration](/connectors/ingestion/workflows/dbt)
- [Reverse Metadata Ingestion](#reverse-metadata-ingestion)
- [Troubleshooting](/connectors/database/databricks/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/databricks/yaml"} /%}
{% partial file="/v1.7/connectors/external-ingestion-deployment.md" /%}
@ -72,8 +74,6 @@ If you are using unity catalog in Databricks, then checkout the [Unity Catalog](
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}
## Reverse Metadata Ingestion

View File

@ -3,7 +3,7 @@ title: Databricks Connector Troubleshooting
slug: /connectors/database/databricks/troubleshooting
---
# Troubleshooting
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
## Databricks connection details

View File

@ -253,6 +253,8 @@ site_menu:
url: /connectors/database/athena
- category: Connectors / Database / Athena / Run Externally
url: /connectors/database/athena/yaml
- category: Connectors / Database / Athena / Troubleshooting
url: /connectors/database/athena/troubleshooting
- category: Connectors / Database / AzureSQL
url: /connectors/database/azuresql
- category: Connectors / Database / AzureSQL / Run Externally
@ -263,30 +265,42 @@ site_menu:
url: /connectors/database/bigquery
- category: Connectors / Database / BigQuery / Run Externally
url: /connectors/database/bigquery/yaml
- category: Connectors / Database / BigQuery / Troubleshooting
url: /connectors/database/bigquery/troubleshooting
- category: Connectors / Database / BigQuery / Create Credentials
url: /connectors/database/bigquery/create-credentials
- category: Connectors / Database / BigTable
url: /connectors/database/bigtable
- category: Connectors / Database / BigTable / Run Externally
url: /connectors/database/bigtable/yaml
- category: Connectors / Database / BigTable / Troubleshooting
url: /connectors/database/bigtable/troubleshooting
- category: Connectors / Database / BigTable / Roles
url: /connectors/database/bigtable/roles
- category: Connectors / Database / Cassandra
url: /connectors/database/cassandra
- category: Connectors / Database / Cassandra / Run Externally
url: /connectors/database/cassandra/yaml
- category: Connectors / Database / Cassandra / Troubleshooting
url: /connectors/database/cassandra/troubleshooting
- category: Connectors / Database / Clickhouse
url: /connectors/database/clickhouse
- category: Connectors / Database / Clickhouse / Run Externally
url: /connectors/database/clickhouse/yaml
- category: Connectors / Database / Clickhouse / Troubleshooting
url: /connectors/database/clickhouse/troubleshooting
- category: Connectors / Database / Cockroach
url: /connectors/database/cockroach
- category: Connectors / Database / cockroach / Run Externally
url: /connectors/database/cockroach/yaml
- category: Connectors / Database / Cockroach / Troubleshooting
url: /connectors/database/cockroach/troubleshooting
- category: Connectors / Database / Couchbase
url: /connectors/database/couchbase
- category: Connectors / Database / Couchbase / Run Externally
url: /connectors/database/couchbase/yaml
- category: Connectors / Database / Couchbase / Troubleshooting
url: /connectors/database/couchbase/troubleshooting
- category: Connectors / Database / Databricks
url: /connectors/database/databricks
- category: Connectors / Database / Databricks / Run Externally