Docs: Troubleshoot Section Addition in database Completed (#20657)

This commit is contained in:
Rounak Dhillon 2025-04-08 10:52:01 +05:30 committed by GitHub
parent 07256abb0b
commit ec535795a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
32 changed files with 93 additions and 36 deletions

View File

@ -250,10 +250,14 @@ site_menu:
url: /connectors/database/snowflake
- category: Connectors / Database / Snowflake / Run Externally
url: /connectors/database/snowflake/yaml
- category: Connectors / Database / Snowflake / Troubleshooting
url: /connectors/database/snowflake/troubleshooting
- category: Connectors / Database / SQLite
url: /connectors/database/sqlite
- category: Connectors / Database / SQLite / Run Externally
url: /connectors/database/sqlite/yaml
- category: Connectors / Database / SQLite / Troubleshooting
url: /connectors/database/sqlite/troubleshooting
- category: Connectors / Database / Synapse
url: /connectors/database/synapse
- category: Connectors / Database / Synapse / Run Externally
@ -274,6 +278,8 @@ site_menu:
url: /connectors/database/trino
- category: Connectors / Database / Trino / Run Externally
url: /connectors/database/trino/yaml
- category: Connectors / Database / Trino / Troubleshooting
url: /connectors/database/trino/troubleshooting
- category: Connectors / Database / Unity Catalog
url: /connectors/database/unity-catalog
- category: Connectors / Database / Unity Catalog / Run Externally

View File

@ -24,6 +24,7 @@ Configure and schedule Snowflake metadata and profiler workflows from the OpenMe
- [Data Quality](/how-to-guides/data-quality-observability/quality)
- [Lineage](/connectors/ingestion/lineage)
- [dbt Integration](/connectors/ingestion/workflows/dbt)
- [Troubleshooting](/connectors/database/snowflake/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/snowflake/yaml"} /%}
@ -130,8 +131,6 @@ When using this field make sure you have all these tables available within your
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
### Incomplete Column Level for Views
For views with a tag or policy, you may see incorrect lineage, this can be because user may not have enough access to fetch those policies or tags. You need to grant the following privileges in order to fix it.

View File

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

View File

@ -21,6 +21,7 @@ Configure and schedule Presto metadata and profiler workflows from the OpenMetad
- [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/sqlite/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/sqlite/yaml"} /%}
@ -65,6 +66,4 @@ To extract metadata, the user needs to be able to perform `.tables`, `.schema`,
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

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

View File

@ -21,7 +21,7 @@ Configure and schedule Synapse metadata and profiler workflows from the OpenMeta
- [Service Name](#service-name)
- [Connection Options](#connection-options)
- [Metadata Ingestion Options](#metadata-ingestion-options)
- [Troubleshooting](#troubleshooting)
- [Troubleshooting](/connectors/database/synapse/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

@ -4,7 +4,7 @@ slug: /connectors/database/synapse/troubleshooting
collate: true
---
# Troubleshooting
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
Learn how to resolve the most common problems people encounter in the Synapse connector.

View File

@ -20,6 +20,7 @@ Configure and schedule Teradata metadata and profiler workflows from the OpenMet
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
- [Lineage](/how-to-guides/data-lineage/workflow)
- [Data Quality](/how-to-guides/data-quality-observability/quality/configure)
- [Troubleshooting](/connectors/database/teradata/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/greenplum/yaml"} /%}
@ -71,6 +72,4 @@ By default, all valid users in Teradata DB has full access to metadata objects,
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

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

View File

@ -21,6 +21,7 @@ Configure and schedule Trino metadata and profiler workflows from the OpenMetada
- [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/trino/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/trino/yaml"} /%}
@ -115,6 +116,4 @@ Find more details in [the Python requests library documentation](https://request
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

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

View File

@ -21,6 +21,7 @@ Configure and schedule Unity Catalog metadata workflow from the OpenMetadata UI:
- [Data Quality](/how-to-guides/data-quality-observability/quality)
- [Lineage](/connectors/ingestion/lineage)
- [dbt Integration](/connectors/ingestion/workflows/dbt)
- [Troubleshooting](/connectors/database/unity-catalog/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/unity-catalog/yaml"} /%}
@ -62,6 +63,4 @@ Configure and schedule Unity Catalog metadata workflow from the OpenMetadata UI:
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

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

View File

@ -22,6 +22,7 @@ Configure and schedule Vertica 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/vertica/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/vertica/yaml"} /%}
@ -105,6 +106,4 @@ GRANT SELECT ON ALL TABLES IN SCHEMA <schema> TO openmetadata;
{% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
{% partial file="/v1.6/connectors/database/related.md" /%}

View File

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

View File

@ -459,10 +459,14 @@ site_menu:
url: /connectors/database/snowflake
- category: Connectors / Database / Snowflake / Run Externally
url: /connectors/database/snowflake/yaml
- category: Connectors / Database / Snowflake / Troubleshooting
url: /connectors/database/snowflake/troubleshooting
- category: Connectors / Database / SQLite
url: /connectors/database/sqlite
- category: Connectors / Database / SQLite / Run Externally
url: /connectors/database/sqlite/yaml
- category: Connectors / Database / SQLite / Troubleshooting
url: /connectors/database/sqlite/troubleshooting
- category: Connectors / Database / S3 Datalake
url: /connectors/database/s3-datalake
- category: Connectors / Database / S3 Datalake / Run Externally
@ -477,6 +481,8 @@ site_menu:
url: /connectors/database/trino
- category: Connectors / Database / Trino / Run Externally
url: /connectors/database/trino/yaml
- category: Connectors / Database / Trino / Troubleshooting
url: /connectors/database/trino/troubleshooting
- category: Connectors / Database / Unity Catalog
url: /connectors/database/unity-catalog
- category: Connectors / Database / Unity Catalog / Run Externally

View File

@ -262,10 +262,14 @@ site_menu:
url: /connectors/database/snowflake
- category: Connectors / Database / Snowflake / Run Externally
url: /connectors/database/snowflake/yaml
- category: Connectors / Database / Snowflake / Troubleshooting
url: /connectors/database/snowflake/troubleshooting
- category: Connectors / Database / SQLite
url: /connectors/database/sqlite
- category: Connectors / Database / SQLite / Run Externally
url: /connectors/database/sqlite/yaml
- category: Connectors / Database / SQLite / Troubleshooting
url: /connectors/database/sqlite/troubleshooting
- category: Connectors / Database / Synapse
url: /connectors/database/synapse
- category: Connectors / Database / Synapse / Run Externally
@ -286,6 +290,8 @@ site_menu:
url: /connectors/database/trino
- category: Connectors / Database / Trino / Run Externally
url: /connectors/database/trino/yaml
- category: Connectors / Database / Trino / Troubleshooting
url: /connectors/database/trino/troubleshooting
- category: Connectors / Database / Unity Catalog
url: /connectors/database/unity-catalog
- category: Connectors / Database / Unity Catalog / Run Externally

View File

@ -25,6 +25,7 @@ Configure and schedule Snowflake metadata and profiler workflows from the OpenMe
- [Lineage](/connectors/ingestion/lineage)
- [dbt Integration](/connectors/ingestion/workflows/dbt)
- [Reverse Metadata Ingestion](#reverse-metadata-ingestion)
- [Troubleshooting](/connectors/database/snowflake/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/snowflake/yaml"} /%}
@ -133,8 +134,6 @@ When using this field make sure you have all these tables available within your
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
### Incomplete Column Level for Views
For views with a tag or policy, you may see incorrect lineage, this can be because user may not have enough access to fetch those policies or tags. You need to grant the following privileges in order to fix it.

View File

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

View File

@ -21,6 +21,7 @@ Configure and schedule Presto metadata and profiler workflows from the OpenMetad
- [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/sqlite/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/sqlite/yaml"} /%}
@ -65,6 +66,4 @@ To extract metadata, the user needs to be able to perform `.tables`, `.schema`,
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}

View File

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

View File

@ -21,7 +21,7 @@ Configure and schedule Synapse metadata and profiler workflows from the OpenMeta
- [Service Name](#service-name)
- [Connection Options](#connection-options)
- [Metadata Ingestion Options](#metadata-ingestion-options)
- [Troubleshooting](#troubleshooting)
- [Troubleshooting](/connectors/database/synapse/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

@ -4,7 +4,7 @@ slug: /connectors/database/synapse/troubleshooting
collate: true
---
# Troubleshooting
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
Learn how to resolve the most common problems people encounter in the Synapse connector.

View File

@ -20,6 +20,7 @@ Configure and schedule Teradata metadata and profiler workflows from the OpenMet
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
- [Lineage](/how-to-guides/data-lineage/workflow)
- [Data Quality](/how-to-guides/data-quality-observability/quality/configure)
- [Troubleshooting](/connectors/database/teradata/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/greenplum/yaml"} /%}
@ -71,6 +72,4 @@ By default, all valid users in Teradata DB has full access to metadata objects,
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}

View File

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

View File

@ -21,6 +21,7 @@ Configure and schedule Trino metadata and profiler workflows from the OpenMetada
- [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/trino/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/trino/yaml"} /%}
@ -115,6 +116,4 @@ Find more details in [the Python requests library documentation](https://request
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}

View File

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

View File

@ -22,6 +22,8 @@ Configure and schedule Unity Catalog metadata workflow from the OpenMetadata UI:
- [Lineage](/connectors/ingestion/lineage)
- [dbt Integration](/connectors/ingestion/workflows/dbt)
- [Reverse Metadata Ingestion](#reverse-metadata-ingestion)
- [Troubleshooting](/connectors/database/unity-catalog/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/unity-catalog/yaml"} /%}
{% partial file="/v1.7/connectors/external-ingestion-deployment.md" /%}
@ -62,8 +64,6 @@ Configure and schedule Unity Catalog metadata workflow from the OpenMetadata UI:
{% /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: Unity Catalog Connector Troubleshooting
slug: /connectors/database/unity-catalog/troubleshooting
---
# Troubleshooting
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
## Unity Catalog connection details

View File

@ -22,6 +22,7 @@ Configure and schedule Vertica 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/vertica/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/vertica/yaml"} /%}
@ -105,6 +106,4 @@ GRANT SELECT ON ALL TABLES IN SCHEMA <schema> TO openmetadata;
{% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
{% partial file="/v1.7/connectors/database/related.md" /%}

View File

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

View File

@ -473,10 +473,14 @@ site_menu:
url: /connectors/database/snowflake
- category: Connectors / Database / Snowflake / Run Externally
url: /connectors/database/snowflake/yaml
- category: Connectors / Database / Snowflake / Troubleshooting
url: /connectors/database/snowflake/troubleshooting
- category: Connectors / Database / SQLite
url: /connectors/database/sqlite
- category: Connectors / Database / SQLite / Run Externally
url: /connectors/database/sqlite/yaml
- category: Connectors / Database / SQLite / Troubleshooting
url: /connectors/database/sqlite/troubleshooting
- category: Connectors / Database / S3 Datalake
url: /connectors/database/s3-datalake
- category: Connectors / Database / S3 Datalake / Run Externally
@ -491,6 +495,8 @@ site_menu:
url: /connectors/database/trino
- category: Connectors / Database / Trino / Run Externally
url: /connectors/database/trino/yaml
- category: Connectors / Database / Trino / Troubleshooting
url: /connectors/database/trino/troubleshooting
- category: Connectors / Database / Unity Catalog
url: /connectors/database/unity-catalog
- category: Connectors / Database / Unity Catalog / Run Externally