mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-05 20:17:07 +00:00
Docs: Troubleshoot Section Addition in database till Exasol (#20642)
This commit is contained in:
parent
7953f98097
commit
3e6bc20486
@ -90,10 +90,14 @@ site_menu:
|
||||
url: /connectors/database/db2
|
||||
- category: Connectors / Database / DB2 / Run Externally
|
||||
url: /connectors/database/db2/yaml
|
||||
- category: Connectors / Database / DB2 / Troubleshooting
|
||||
url: /connectors/database/db2/troubleshooting
|
||||
- category: Connectors / Database / DeltaLake
|
||||
url: /connectors/database/deltalake
|
||||
- category: Connectors / Database / DeltaLake / Run Externally
|
||||
url: /connectors/database/deltalake/yaml
|
||||
- category: Connectors / Database / DeltaLake / Troubleshooting
|
||||
url: /connectors/database/deltalake/troubleshooting
|
||||
- category: Connectors / Database / Domo Database
|
||||
url: /connectors/database/domo-database
|
||||
- category: Connectors / Database / Domo Database / Run Externally
|
||||
@ -104,18 +108,26 @@ site_menu:
|
||||
url: /connectors/database/doris
|
||||
- category: Connectors / Database / Doris / Run Externally
|
||||
url: /connectors/database/doris/yaml
|
||||
- category: Connectors / Database / Doris / Troubleshooting
|
||||
url: /connectors/database/doris/troubleshooting
|
||||
- category: Connectors / Database / Druid
|
||||
url: /connectors/database/druid
|
||||
- category: Connectors / Database / Druid / Run Externally
|
||||
url: /connectors/database/druid/yaml
|
||||
- category: Connectors / Database / Druid / Troubleshooting
|
||||
url: /connectors/database/druid/troubleshooting
|
||||
- category: Connectors / Database / DynamoDB
|
||||
url: /connectors/database/dynamodb
|
||||
- category: Connectors / Database / DynamoDB / Run Externally
|
||||
url: /connectors/database/dynamodb/yaml
|
||||
- category: Connectors / Database / DynamoDB / Troubleshooting
|
||||
url: /connectors/database/dynamodb/troubleshooting
|
||||
- category: Connectors / Database / Exasol
|
||||
url: /connectors/database/exasol
|
||||
- category: Connectors / Database / Exasol / Run Externally
|
||||
url: /connectors/database/exasol/yaml
|
||||
- category: Connectors / Database / Exasol / Troubleshooting
|
||||
url: /connectors/database/exasol/troubleshooting
|
||||
- category: Connectors / Database / GCS Datalake
|
||||
url: /connectors/database/gcs-datalake
|
||||
- category: Connectors / Database / GCS Datalake / Run Externally
|
||||
|
||||
@ -37,6 +37,7 @@ Configure and schedule DB2 metadata and profiler workflows from the OpenMetadata
|
||||
- [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/db2/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/db2/yaml"} /%}
|
||||
|
||||
@ -125,7 +126,4 @@ For further reference, check this IBM post: [Everything About Db2 Connect Licens
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: DB2 Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/db2/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -19,6 +19,7 @@ Configure and schedule Delta Lake metadata and profiler workflows from the OpenM
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Troubleshooting](/connectors/database/deltalake/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/deltalake/yaml"} /%}
|
||||
|
||||
@ -190,6 +191,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: DeltaLake Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/deltalake/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -19,6 +19,7 @@ Configure and schedule DomoDatabase metadata and profiler workflows from the Ope
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Troubleshooting](/connectors/database/domo-database/troubleshoot)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/domo-database/yaml"} /%}
|
||||
|
||||
@ -60,6 +61,4 @@ For questions related to scopes, click [here](https://developer.domo.com/portal/
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
@ -3,7 +3,7 @@ title: Domo Database Connector Troubleshooting
|
||||
slug: /connectors/database/domo-database/troubleshoot
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
Learn how to resolve the most common problems people encounter in the Domo Database connector.
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ Configure and schedule Doris metadata and profiler workflows from the OpenMetada
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Enable Security](#securing-doris-connection-with-ssl-in-openmetadata)
|
||||
- [Troubleshooting](/connectors/database/doris/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/doris/yaml"} /%}
|
||||
|
||||
@ -76,6 +77,4 @@ To establish secure connections between OpenMetadata and Doris, navigate to the
|
||||
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: Doris Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/doris/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -20,6 +20,7 @@ Configure and schedule Druid metadata and profiler workflows from the OpenMetada
|
||||
- [Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Troubleshooting](/connectors/database/druid/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/athena/yaml"} /%}
|
||||
|
||||
@ -57,6 +58,4 @@ Configure and schedule Druid metadata and profiler workflows from the OpenMetada
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Druid Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/druid/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -18,6 +18,8 @@ Configure and schedule DynamoDB metadata workflows from the OpenMetadata UI:
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/database/dynamodb/troubleshooting)
|
||||
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/dynamodb/yaml"} /%}
|
||||
|
||||
@ -139,6 +141,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: DynamoDB Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/dynamodb/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -18,6 +18,7 @@ Configure and schedule Exasol metadata from the OpenMetadata UI:
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/database/exasol/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/exasol/yaml"} /%}
|
||||
|
||||
@ -86,5 +87,3 @@ Ensure that the appropriate TLS setting is chosen based on your security and dep
|
||||
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Exasol Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/exasol/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -299,10 +299,14 @@ site_menu:
|
||||
url: /connectors/database/db2
|
||||
- category: Connectors / Database / DB2 / Run Externally
|
||||
url: /connectors/database/db2/yaml
|
||||
- category: Connectors / Database / DB2 / Troubleshooting
|
||||
url: /connectors/database/db2/troubleshooting
|
||||
- category: Connectors / Database / DeltaLake
|
||||
url: /connectors/database/deltalake
|
||||
- category: Connectors / Database / DeltaLake / Run Externally
|
||||
url: /connectors/database/deltalake/yaml
|
||||
- category: Connectors / Database / DeltaLake / Troubleshooting
|
||||
url: /connectors/database/deltalake/troubleshooting
|
||||
- category: Connectors / Database / Domo Database
|
||||
url: /connectors/database/domo-database
|
||||
- category: Connectors / Database / Domo Database / Run Externally
|
||||
@ -313,18 +317,26 @@ site_menu:
|
||||
url: /connectors/database/doris
|
||||
- category: Connectors / Database / Doris / Run Externally
|
||||
url: /connectors/database/doris/yaml
|
||||
- category: Connectors / Database / Doris / Troubleshooting
|
||||
url: /connectors/database/doris/troubleshooting
|
||||
- category: Connectors / Database / Druid
|
||||
url: /connectors/database/druid
|
||||
- category: Connectors / Database / Druid / Run Externally
|
||||
url: /connectors/database/druid/yaml
|
||||
- category: Connectors / Database / Druid / Troubleshooting
|
||||
url: /connectors/database/druid/troubleshooting
|
||||
- category: Connectors / Database / DynamoDB
|
||||
url: /connectors/database/dynamodb
|
||||
- category: Connectors / Database / DynamoDB / Run Externally
|
||||
url: /connectors/database/dynamodb/yaml
|
||||
- category: Connectors / Database / DynamoDB / Troubleshooting
|
||||
url: /connectors/database/dynamodb/troubleshooting
|
||||
- category: Connectors / Database / Exasol
|
||||
url: /connectors/database/exasol
|
||||
- category: Connectors / Database / Exasol / Run Externally
|
||||
url: /connectors/database/exasol/yaml
|
||||
- category: Connectors / Database / Exasol / Troubleshooting
|
||||
url: /connectors/database/exasol/troubleshooting
|
||||
- category: Connectors / Database / GCS Datalake
|
||||
url: /connectors/database/gcs-datalake
|
||||
- category: Connectors / Database / GCS Datalake / Run Externally
|
||||
|
||||
@ -102,10 +102,14 @@ site_menu:
|
||||
url: /connectors/database/db2
|
||||
- category: Connectors / Database / DB2 / Run Externally
|
||||
url: /connectors/database/db2/yaml
|
||||
- category: Connectors / Database / DB2 / Troubleshooting
|
||||
url: /connectors/database/db2/troubleshooting
|
||||
- category: Connectors / Database / DeltaLake
|
||||
url: /connectors/database/deltalake
|
||||
- category: Connectors / Database / DeltaLake / Run Externally
|
||||
url: /connectors/database/deltalake/yaml
|
||||
- category: Connectors / Database / DeltaLake / Troubleshooting
|
||||
url: /connectors/database/deltalake/troubleshooting
|
||||
- category: Connectors / Database / Domo Database
|
||||
url: /connectors/database/domo-database
|
||||
- category: Connectors / Database / Domo Database / Run Externally
|
||||
@ -116,18 +120,26 @@ site_menu:
|
||||
url: /connectors/database/doris
|
||||
- category: Connectors / Database / Doris / Run Externally
|
||||
url: /connectors/database/doris/yaml
|
||||
- category: Connectors / Database / Doris / Troubleshooting
|
||||
url: /connectors/database/doris/troubleshooting
|
||||
- category: Connectors / Database / Druid
|
||||
url: /connectors/database/druid
|
||||
- category: Connectors / Database / Druid / Run Externally
|
||||
url: /connectors/database/druid/yaml
|
||||
- category: Connectors / Database / Druid / Troubleshooting
|
||||
url: /connectors/database/druid/troubleshooting
|
||||
- category: Connectors / Database / DynamoDB
|
||||
url: /connectors/database/dynamodb
|
||||
- category: Connectors / Database / DynamoDB / Run Externally
|
||||
url: /connectors/database/dynamodb/yaml
|
||||
- category: Connectors / Database / DynamoDB / Troubleshooting
|
||||
url: /connectors/database/dynamodb/troubleshooting
|
||||
- category: Connectors / Database / Exasol
|
||||
url: /connectors/database/exasol
|
||||
- category: Connectors / Database / Exasol / Run Externally
|
||||
url: /connectors/database/exasol/yaml
|
||||
- category: Connectors / Database / Exasol / Troubleshooting
|
||||
url: /connectors/database/exasol/troubleshooting
|
||||
- category: Connectors / Database / GCS Datalake
|
||||
url: /connectors/database/gcs-datalake
|
||||
- category: Connectors / Database / GCS Datalake / Run Externally
|
||||
|
||||
@ -37,6 +37,7 @@ Configure and schedule DB2 metadata and profiler workflows from the OpenMetadata
|
||||
- [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/db2/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/db2/yaml"} /%}
|
||||
|
||||
@ -124,7 +125,4 @@ For further reference, check this IBM post: [Everything About Db2 Connect Licens
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: DB2 Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/db2/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -19,6 +19,7 @@ Configure and schedule Delta Lake metadata and profiler workflows from the OpenM
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Troubleshooting](/connectors/database/deltalake/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/deltalake/yaml"} /%}
|
||||
|
||||
@ -190,6 +191,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: DeltaLake Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/deltalake/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -19,6 +19,7 @@ Configure and schedule DomoDatabase metadata and profiler workflows from the Ope
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Troubleshooting](/connectors/database/domo-database/troubleshoot)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/domo-database/yaml"} /%}
|
||||
|
||||
@ -60,6 +61,4 @@ For questions related to scopes, click [here](https://developer.domo.com/portal/
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
@ -3,7 +3,7 @@ title: Domo Database Connector Troubleshooting
|
||||
slug: /connectors/database/domo-database/troubleshoot
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
Learn how to resolve the most common problems people encounter in the Domo Database connector.
|
||||
|
||||
|
||||
@ -21,6 +21,7 @@ Configure and schedule Doris metadata and profiler workflows from the OpenMetada
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Enable Security](#securing-doris-connection-with-ssl-in-openmetadata)
|
||||
- [Troubleshooting](/connectors/database/doris/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/doris/yaml"} /%}
|
||||
|
||||
@ -76,6 +77,4 @@ To establish secure connections between OpenMetadata and Doris, navigate to the
|
||||
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: Doris Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/doris/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -20,6 +20,7 @@ Configure and schedule Druid metadata and profiler workflows from the OpenMetada
|
||||
- [Lineage](/how-to-guides/data-lineage/workflow)
|
||||
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
||||
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||||
- [Troubleshooting](/connectors/database/druid/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/athena/yaml"} /%}
|
||||
|
||||
@ -57,6 +58,4 @@ Configure and schedule Druid metadata and profiler workflows from the OpenMetada
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/database/related.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Druid Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/druid/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
@ -18,6 +18,7 @@ Configure and schedule DynamoDB metadata workflows from the OpenMetadata UI:
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/database/dynamodb/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/dynamodb/yaml"} /%}
|
||||
|
||||
@ -139,6 +140,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: DynamoDB Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/dynamodb/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -18,6 +18,7 @@ Configure and schedule Exasol metadata from the OpenMetadata UI:
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/database/exasol/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/exasol/yaml"} /%}
|
||||
|
||||
@ -86,5 +87,3 @@ Ensure that the appropriate TLS setting is chosen based on your security and dep
|
||||
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Exasol Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/database/exasol/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
@ -311,10 +311,14 @@ site_menu:
|
||||
url: /connectors/database/db2
|
||||
- category: Connectors / Database / DB2 / Run Externally
|
||||
url: /connectors/database/db2/yaml
|
||||
- category: Connectors / Database / DB2 / Troubleshooting
|
||||
url: /connectors/database/db2/troubleshooting
|
||||
- category: Connectors / Database / DeltaLake
|
||||
url: /connectors/database/deltalake
|
||||
- category: Connectors / Database / DeltaLake / Run Externally
|
||||
url: /connectors/database/deltalake/yaml
|
||||
- category: Connectors / Database / DeltaLake / Troubleshooting
|
||||
url: /connectors/database/deltalake/troubleshooting
|
||||
- category: Connectors / Database / Domo Database
|
||||
url: /connectors/database/domo-database
|
||||
- category: Connectors / Database / Domo Database / Run Externally
|
||||
@ -325,18 +329,26 @@ site_menu:
|
||||
url: /connectors/database/doris
|
||||
- category: Connectors / Database / Doris / Run Externally
|
||||
url: /connectors/database/doris/yaml
|
||||
- category: Connectors / Database / Doris / Troubleshooting
|
||||
url: /connectors/database/doris/troubleshooting
|
||||
- category: Connectors / Database / Druid
|
||||
url: /connectors/database/druid
|
||||
- category: Connectors / Database / Druid / Run Externally
|
||||
url: /connectors/database/druid/yaml
|
||||
- category: Connectors / Database / Druid / Troubleshooting
|
||||
url: /connectors/database/druid/troubleshooting
|
||||
- category: Connectors / Database / DynamoDB
|
||||
url: /connectors/database/dynamodb
|
||||
- category: Connectors / Database / DynamoDB / Run Externally
|
||||
url: /connectors/database/dynamodb/yaml
|
||||
- category: Connectors / Database / DynamoDB / Troubleshooting
|
||||
url: /connectors/database/dynamodb/troubleshooting
|
||||
- category: Connectors / Database / Exasol
|
||||
url: /connectors/database/exasol
|
||||
- category: Connectors / Database / Exasol / Run Externally
|
||||
url: /connectors/database/exasol/yaml
|
||||
- category: Connectors / Database / Exasol / Troubleshooting
|
||||
url: /connectors/database/exasol/troubleshooting
|
||||
- category: Connectors / Database / GCS Datalake
|
||||
url: /connectors/database/gcs-datalake
|
||||
- category: Connectors / Database / GCS Datalake / Run Externally
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user