Docs: Troubleshooting Section Updation till ML Model (#20602)

This commit is contained in:
Rounak Dhillon 2025-04-03 13:34:59 +05:30 committed by GitHub
parent ed690f68e6
commit d2c1705a0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
43 changed files with 196 additions and 37 deletions

View File

@ -346,10 +346,14 @@ site_menu:
url: /connectors/messaging/kinesis url: /connectors/messaging/kinesis
- category: Connectors / Messaging / Kinesis / Run Externally - category: Connectors / Messaging / Kinesis / Run Externally
url: /connectors/messaging/kinesis/yaml url: /connectors/messaging/kinesis/yaml
- category: Connectors / Messaging / Kinesis / Troubleshooting
url: /connectors/messaging/kinesis/troubleshooting
- category: Connectors / Messaging / Redpanda - category: Connectors / Messaging / Redpanda
url: /connectors/messaging/redpanda url: /connectors/messaging/redpanda
- category: Connectors / Messaging / Redpanda / Run Externally - category: Connectors / Messaging / Redpanda / Run Externally
url: /connectors/messaging/redpanda/yaml url: /connectors/messaging/redpanda/yaml
- category: Connectors / Messaging / Redpanda / Troubleshooting
url: /connectors/messaging/redpanda/troubleshooting
- category: Connectors / Pipeline - category: Connectors / Pipeline
url: /connectors/pipeline url: /connectors/pipeline
@ -435,14 +439,20 @@ site_menu:
url: /connectors/ml-model/mlflow url: /connectors/ml-model/mlflow
- category: Connectors / ML Model / MLflow / Run Externally - category: Connectors / ML Model / MLflow / Run Externally
url: /connectors/ml-model/mlflow/yaml url: /connectors/ml-model/mlflow/yaml
- category: Connectors / ML Model / MLflow / Troubleshooting
url: /connectors/ml-model/mlflow/troubleshooting
- category: Connectors / ML Model / Sagemaker - category: Connectors / ML Model / Sagemaker
url: /connectors/ml-model/sagemaker url: /connectors/ml-model/sagemaker
- category: Connectors / ML Model / Sagemaker / Run Externally - category: Connectors / ML Model / Sagemaker / Run Externally
url: /connectors/ml-model/sagemaker/yaml url: /connectors/ml-model/sagemaker/yaml
- category: Connectors / ML Model / Sagemaker / Troubleshooting
url: /connectors/ml-model/sagemaker/troubleshooting
- category: Connectors / ML Model / VertexAI - category: Connectors / ML Model / VertexAI
url: /connectors/ml-model/vertexai url: /connectors/ml-model/vertexai
- category: Connectors / ML Model / VertexAI / Run Externally - category: Connectors / ML Model / VertexAI / Run Externally
url: /connectors/ml-model/vertexai/yaml url: /connectors/ml-model/vertexai/yaml
- category: Connectors / ML Model / VertexAI / Troubleshooting
url: /connectors/ml-model/vertexai/troubleshooting
- category: Connectors / Storage - category: Connectors / Storage
url: /connectors/storage url: /connectors/storage
@ -472,18 +482,26 @@ site_menu:
url: /connectors/metadata/amundsen url: /connectors/metadata/amundsen
- category: Connectors / Metadata / Amundsen / Run Externally - category: Connectors / Metadata / Amundsen / Run Externally
url: /connectors/metadata/amundsen/yaml url: /connectors/metadata/amundsen/yaml
- category: Connectors / Metadata / Amundsen / Troubleshooting
url: /connectors/metadata/amundsen/troubleshooting
- category: Connectors / Metadata / Atlas - category: Connectors / Metadata / Atlas
url: /connectors/metadata/atlas url: /connectors/metadata/atlas
- category: Connectors / Metadata / Atlas / Run Externally - category: Connectors / Metadata / Atlas / Run Externally
url: /connectors/metadata/atlas/yaml url: /connectors/metadata/atlas/yaml
- category: Connectors / Metadata / Atlas / Troubleshooting
url: /connectors/metadata/atlas/troubleshooting
- category: Connectors / Metadata / Alation - category: Connectors / Metadata / Alation
url: /connectors/metadata/alation url: /connectors/metadata/alation
- category: Connectors / Metadata / Alation / Run Externally - category: Connectors / Metadata / Alation / Run Externally
url: /connectors/metadata/alation/yaml url: /connectors/metadata/alation/yaml
- category: Connectors / Metadata / Alation / Troubleshooting
url: /connectors/metadata/alation/troubleshooting
- category: Connectors / Metadata / Alation Sink - category: Connectors / Metadata / Alation Sink
url: /connectors/metadata/alationsink url: /connectors/metadata/alationsink
- category: Connectors / Metadata / Alation Sink / Run Externally - category: Connectors / Metadata / Alation Sink / Run Externally
url: /connectors/metadata/alationsink/yaml url: /connectors/metadata/alationsink/yaml
- category: Connectors / Metadata / Alation Sink / Troubleshooting
url: /connectors/metadata/alationsink/troubleshooting
- category: Connectors / Custom Connectors - category: Connectors / Custom Connectors
url: /connectors/custom-connectors url: /connectors/custom-connectors

View File

@ -18,6 +18,7 @@ Configure and schedule Kafka metadata and profiler workflows from the OpenMetada
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Enable Security](#securing-kafka-connection-with-ssl-in-openmetadata) - [Enable Security](#securing-kafka-connection-with-ssl-in-openmetadata)
- [Troubleshooting](/connectors/messaging/kafka/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/kafka/yaml"} /%} {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/kafka/yaml"} /%}
@ -77,5 +78,3 @@ To establish secure connections between OpenMetadata and Kafka, navigate to the
alt="SSL Configuration" alt="SSL Configuration"
height="450px" height="450px"
caption="SSL Configuration" /%} caption="SSL Configuration" /%}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -5,6 +5,8 @@ slug: /connectors/messaging/kafka/troubleshooting
# Troubleshooting # Troubleshooting
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
## Consumer and schema registry config ## Consumer and schema registry config
When configuring the Kafka connector, we could need to pass extra parameters to the consumer or the schema registry to When configuring the Kafka connector, we could need to pass extra parameters to the consumer or the schema registry to

View File

@ -17,6 +17,7 @@ Configure and schedule Kinesis metadata workflows from the OpenMetadata UI:
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/messaging/kinesis/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/kinesis/yaml"} /%} {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/kinesis/yaml"} /%}
@ -141,5 +142,3 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

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

View File

@ -18,6 +18,7 @@ Configure and schedule Redpanda metadata and profiler workflows from the OpenMet
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/messaging/redpanda/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/redpanda/yaml"} /%} {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/redpanda/yaml"} /%}
@ -66,5 +67,3 @@ To ingest the topic schema `Schema Registry URL` must be passed
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

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

View File

@ -20,6 +20,7 @@ Configure and schedule Alation metadata workflow from the OpenMetadata UI:
- [Requirements](#requirements) - [Requirements](#requirements)
- [Data Mapping and Assumptions](#data-mapping-and-assumptions) - [Data Mapping and Assumptions](#data-mapping-and-assumptions)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/metadata/alation/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/metadata/alation/yaml"} /%} {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/metadata/alation/yaml"} /%}
@ -151,5 +152,3 @@ To perform incremental ingestion, these arguments should be used together. For i
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,7 @@
---
title: Alation Connector Troubleshooting Guide | OpenMetadata Support
slug: /connectors/metadata/alation/troubleshooting
collate: true
---
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -22,6 +22,7 @@ Configure and schedule Alation Sink metadata workflow from the OpenMetadata UI:
- [Requirements](#requirements) - [Requirements](#requirements)
- [Data Mapping and Assumptions](#data-mapping-and-assumptions) - [Data Mapping and Assumptions](#data-mapping-and-assumptions)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/metadata/alationsink/troubleshooting)
{% partial file="/v1.6/connectors/external-ingestion-deployment.md" /%} {% partial file="/v1.6/connectors/external-ingestion-deployment.md" /%}
@ -100,5 +101,3 @@ datasourceLinks: {
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,6 @@
---
title: Alation Sink Connector Troubleshooting Guide | OpenMetadata Support
slug: /connectors/metadata/alationsink/troubleshooting
---
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -46,5 +46,3 @@ unavailableFeatures=[]
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

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

View File

@ -72,5 +72,3 @@ Then, prepare the Atlas Service and configure the Ingestion:
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

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

View File

@ -17,6 +17,7 @@ Configure and schedule MLflow metadata and profiler workflows from the OpenMetad
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/ml-model/mlflow/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/mlflow/yaml"} /%} {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/mlflow/yaml"} /%}
@ -55,5 +56,3 @@ To extract metadata, OpenMetadata needs two elements:
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,6 @@
---
title: MLflow Connector Troubleshooting Guide | OpenMetadata Support
slug: /connectors/ml-model/mlflow/troubleshooting
---
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -17,6 +17,7 @@ Configure and schedule Sagemaker metadata and profiler workflows from the OpenMe
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/ml-model/sagemaker/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/sagemaker/yaml"} /%} {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/sagemaker/yaml"} /%}
@ -137,5 +138,3 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,6 @@
---
title: Sagemaker Connector Troubleshooting Guide | OpenMetadata Support
slug: /connectors/ml-model/sagemaker/troubleshooting
---
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -18,6 +18,7 @@ Configure and schedule VertexAI metadata workflows from the OpenMetadata UI:
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/ml-model/vertexai/troubleshooting)
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/vertexai/yaml"} /%} {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/vertexai/yaml"} /%}
@ -94,5 +95,3 @@ Location refers to the geographical region where your resources, such as dataset
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,7 @@
---
title: VertexAI Connector Troubleshooting Guide | OpenMetadata Support
slug: /connectors/ml-model/vertexai/troubleshooting
collate: true
---
{% partial file="/v1.6/connectors/troubleshooting.md" /%}

View File

@ -549,10 +549,14 @@ site_menu:
url: /connectors/messaging/kinesis url: /connectors/messaging/kinesis
- category: Connectors / Messaging / Kinesis / Run Externally - category: Connectors / Messaging / Kinesis / Run Externally
url: /connectors/messaging/kinesis/yaml url: /connectors/messaging/kinesis/yaml
- category: Connectors / Messaging / Kinesis / Troubleshooting
url: /connectors/messaging/kinesis/troubleshooting
- category: Connectors / Messaging / Redpanda - category: Connectors / Messaging / Redpanda
url: /connectors/messaging/redpanda url: /connectors/messaging/redpanda
- category: Connectors / Messaging / Redpanda / Run Externally - category: Connectors / Messaging / Redpanda / Run Externally
url: /connectors/messaging/redpanda/yaml url: /connectors/messaging/redpanda/yaml
- category: Connectors / Messaging / Redpanda / Troubleshooting
url: /connectors/messaging/redpanda/troubleshooting
- category: Connectors / Pipeline - category: Connectors / Pipeline
url: /connectors/pipeline url: /connectors/pipeline
@ -625,10 +629,14 @@ site_menu:
url: /connectors/ml-model/mlflow url: /connectors/ml-model/mlflow
- category: Connectors / ML Model / MLflow / Run Externally - category: Connectors / ML Model / MLflow / Run Externally
url: /connectors/ml-model/mlflow/yaml url: /connectors/ml-model/mlflow/yaml
- category: Connectors / ML Model / MLflow / Troubleshooting
url: /connectors/ml-model/mlflow/troubleshooting
- category: Connectors / ML Model / Sagemaker - category: Connectors / ML Model / Sagemaker
url: /connectors/ml-model/sagemaker url: /connectors/ml-model/sagemaker
- category: Connectors / ML Model / Sagemaker / Run Externally - category: Connectors / ML Model / Sagemaker / Run Externally
url: /connectors/ml-model/sagemaker/yaml url: /connectors/ml-model/sagemaker/yaml
- category: Connectors / ML Model / Sagemaker / Troubleshooting
url: /connectors/ml-model/sagemaker/troubleshooting
- category: Connectors / Storage - category: Connectors / Storage
url: /connectors/storage url: /connectors/storage
@ -654,14 +662,20 @@ site_menu:
url: /connectors/metadata/amundsen url: /connectors/metadata/amundsen
- category: Connectors / Metadata / Amundsen / Run Externally - category: Connectors / Metadata / Amundsen / Run Externally
url: /connectors/metadata/amundsen/yaml url: /connectors/metadata/amundsen/yaml
- category: Connectors / Metadata / Amundsen / Troubleshooting
url: /connectors/metadata/amundsen/troubleshooting
- category: Connectors / Metadata / Atlas - category: Connectors / Metadata / Atlas
url: /connectors/metadata/atlas url: /connectors/metadata/atlas
- category: Connectors / Metadata / Atlas / Run Externally - category: Connectors / Metadata / Atlas / Run Externally
url: /connectors/metadata/atlas/yaml url: /connectors/metadata/atlas/yaml
- category: Connectors / Metadata / Atlas / Troubleshooting
url: /connectors/metadata/atlas/troubleshooting
- category: Connectors / Metadata / Alation Sink - category: Connectors / Metadata / Alation Sink
url: /connectors/metadata/alationsink url: /connectors/metadata/alationsink
- category: Connectors / Metadata / Alation Sink / Run Externally - category: Connectors / Metadata / Alation Sink / Run Externally
url: /connectors/metadata/alationsink/yaml url: /connectors/metadata/alationsink/yaml
- category: Connectors / Metadata / Alation Sink / Troubleshooting
url: /connectors/metadata/alationsink/troubleshooting
- category: Connectors / Custom Connectors - category: Connectors / Custom Connectors
url: /connectors/custom-connectors url: /connectors/custom-connectors

View File

@ -354,10 +354,14 @@ site_menu:
url: /connectors/messaging/kinesis url: /connectors/messaging/kinesis
- category: Connectors / Messaging / Kinesis / Run Externally - category: Connectors / Messaging / Kinesis / Run Externally
url: /connectors/messaging/kinesis/yaml url: /connectors/messaging/kinesis/yaml
- category: Connectors / Messaging / Kinesis / Troubleshooting
url: /connectors/messaging/kinesis/troubleshooting
- category: Connectors / Messaging / Redpanda - category: Connectors / Messaging / Redpanda
url: /connectors/messaging/redpanda url: /connectors/messaging/redpanda
- category: Connectors / Messaging / Redpanda / Run Externally - category: Connectors / Messaging / Redpanda / Run Externally
url: /connectors/messaging/redpanda/yaml url: /connectors/messaging/redpanda/yaml
- category: Connectors / Messaging / Redpanda / Troubleshooting
url: /connectors/messaging/redpanda/troubleshooting
- category: Connectors / Pipeline - category: Connectors / Pipeline
url: /connectors/pipeline url: /connectors/pipeline
@ -447,14 +451,20 @@ site_menu:
url: /connectors/ml-model/mlflow url: /connectors/ml-model/mlflow
- category: Connectors / ML Model / MLflow / Run Externally - category: Connectors / ML Model / MLflow / Run Externally
url: /connectors/ml-model/mlflow/yaml url: /connectors/ml-model/mlflow/yaml
- category: Connectors / ML Model / MLflow / Troubleshooting
url: /connectors/ml-model/mlflow/troubleshooting
- category: Connectors / ML Model / Sagemaker - category: Connectors / ML Model / Sagemaker
url: /connectors/ml-model/sagemaker url: /connectors/ml-model/sagemaker
- category: Connectors / ML Model / Sagemaker / Run Externally - category: Connectors / ML Model / Sagemaker / Run Externally
url: /connectors/ml-model/sagemaker/yaml url: /connectors/ml-model/sagemaker/yaml
- category: Connectors / ML Model / Sagemaker / Troubleshooting
url: /connectors/ml-model/sagemaker/troubleshooting
- category: Connectors / ML Model / VertexAI - category: Connectors / ML Model / VertexAI
url: /connectors/ml-model/vertexai url: /connectors/ml-model/vertexai
- category: Connectors / ML Model / VertexAI / Run Externally - category: Connectors / ML Model / VertexAI / Run Externally
url: /connectors/ml-model/vertexai/yaml url: /connectors/ml-model/vertexai/yaml
- category: Connectors / ML Model / VertexAI / Troubleshooting
url: /connectors/ml-model/vertexai/troubleshooting
- category: Connectors / Storage - category: Connectors / Storage
url: /connectors/storage url: /connectors/storage
@ -488,18 +498,26 @@ site_menu:
url: /connectors/metadata/amundsen url: /connectors/metadata/amundsen
- category: Connectors / Metadata / Amundsen / Run Externally - category: Connectors / Metadata / Amundsen / Run Externally
url: /connectors/metadata/amundsen/yaml url: /connectors/metadata/amundsen/yaml
- category: Connectors / Metadata / Amundsen / Troubleshooting
url: /connectors/metadata/amundsen/troubleshooting
- category: Connectors / Metadata / Atlas - category: Connectors / Metadata / Atlas
url: /connectors/metadata/atlas url: /connectors/metadata/atlas
- category: Connectors / Metadata / Atlas / Run Externally - category: Connectors / Metadata / Atlas / Run Externally
url: /connectors/metadata/atlas/yaml url: /connectors/metadata/atlas/yaml
- category: Connectors / Metadata / Atlas / Troubleshooting
url: /connectors/metadata/atlas/troubleshooting
- category: Connectors / Metadata / Alation - category: Connectors / Metadata / Alation
url: /connectors/metadata/alation url: /connectors/metadata/alation
- category: Connectors / Metadata / Alation / Run Externally - category: Connectors / Metadata / Alation / Run Externally
url: /connectors/metadata/alation/yaml url: /connectors/metadata/alation/yaml
- category: Connectors / Metadata / Alation / Troubleshooting
url: /connectors/metadata/alation/troubleshooting
- category: Connectors / Metadata / Alation Sink - category: Connectors / Metadata / Alation Sink
url: /connectors/metadata/alationsink url: /connectors/metadata/alationsink
- category: Connectors / Metadata / Alation Sink / Run Externally - category: Connectors / Metadata / Alation Sink / Run Externally
url: /connectors/metadata/alationsink/yaml url: /connectors/metadata/alationsink/yaml
- category: Connectors / Metadata / Alation Sink / Troubleshooting
url: /connectors/metadata/alationsink/troubleshooting
- category: Connectors / Custom Connectors - category: Connectors / Custom Connectors
url: /connectors/custom-connectors url: /connectors/custom-connectors

View File

@ -18,6 +18,7 @@ Configure and schedule Kafka metadata and profiler workflows from the OpenMetada
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Enable Security](#securing-kafka-connection-with-ssl-in-openmetadata) - [Enable Security](#securing-kafka-connection-with-ssl-in-openmetadata)
- [Troubleshooting](/connectors/messaging/kafka/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/kafka/yaml"} /%} {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/kafka/yaml"} /%}
@ -78,4 +79,3 @@ To establish secure connections between OpenMetadata and Kafka, navigate to the
height="450px" height="450px"
caption="SSL Configuration" /%} caption="SSL Configuration" /%}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -5,6 +5,8 @@ slug: /connectors/messaging/kafka/troubleshooting
# Troubleshooting # Troubleshooting
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
## Consumer and schema registry config ## Consumer and schema registry config
When configuring the Kafka connector, we could need to pass extra parameters to the consumer or the schema registry to When configuring the Kafka connector, we could need to pass extra parameters to the consumer or the schema registry to

View File

@ -17,6 +17,7 @@ Configure and schedule Kinesis metadata workflows from the OpenMetadata UI:
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/messaging/kinesis/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/kinesis/yaml"} /%} {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/kinesis/yaml"} /%}
@ -141,5 +142,3 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

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

View File

@ -18,6 +18,7 @@ Configure and schedule Redpanda metadata and profiler workflows from the OpenMet
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/messaging/redpanda/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/redpanda/yaml"} /%} {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/messaging/redpanda/yaml"} /%}
@ -66,5 +67,3 @@ To ingest the topic schema `Schema Registry URL` must be passed
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

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

View File

@ -20,6 +20,7 @@ Configure and schedule Alation metadata workflow from the OpenMetadata UI:
- [Requirements](#requirements) - [Requirements](#requirements)
- [Data Mapping and Assumptions](#data-mapping-and-assumptions) - [Data Mapping and Assumptions](#data-mapping-and-assumptions)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/metadata/alation/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/metadata/alation/yaml"} /%} {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/metadata/alation/yaml"} /%}
@ -151,5 +152,3 @@ To perform incremental ingestion, these arguments should be used together. For i
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,7 @@
---
title: Alation Connector Troubleshooting Guide | OpenMetadata Support
slug: /connectors/metadata/alation/troubleshooting
collate: true
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -22,6 +22,7 @@ Configure and schedule Alation Sink metadata workflow from the OpenMetadata UI:
- [Requirements](#requirements) - [Requirements](#requirements)
- [Data Mapping and Assumptions](#data-mapping-and-assumptions) - [Data Mapping and Assumptions](#data-mapping-and-assumptions)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/metadata/alationsink/troubleshooting)
{% partial file="/v1.7/connectors/external-ingestion-deployment.md" /%} {% partial file="/v1.7/connectors/external-ingestion-deployment.md" /%}
@ -100,5 +101,3 @@ datasourceLinks: {
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,6 @@
---
title: Alation Sink Connector Troubleshooting Guide | OpenMetadata Support
slug: /connectors/metadata/alationsink/troubleshooting
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -46,5 +46,3 @@ unavailableFeatures=[]
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

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

View File

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

View File

@ -17,6 +17,7 @@ Configure and schedule MLflow metadata and profiler workflows from the OpenMetad
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/ml-model/mlflow/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/mlflow/yaml"} /%} {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/mlflow/yaml"} /%}
@ -55,5 +56,3 @@ To extract metadata, OpenMetadata needs two elements:
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,6 @@
---
title: MLflow Connector Troubleshooting Guide | OpenMetadata Support
slug: /connectors/ml-model/mlflow/troubleshooting
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -17,6 +17,7 @@ Configure and schedule Sagemaker metadata and profiler workflows from the OpenMe
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/ml-model/sagemaker/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/sagemaker/yaml"} /%} {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/sagemaker/yaml"} /%}
@ -137,5 +138,3 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,6 @@
---
title: Sagemaker Connector Troubleshooting Guide | OpenMetadata Support
slug: /connectors/ml-model/sagemaker/troubleshooting
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -18,6 +18,7 @@ Configure and schedule VertexAI metadata workflows from the OpenMetadata UI:
- [Requirements](#requirements) - [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion) - [Metadata Ingestion](#metadata-ingestion)
- [Troubleshooting](/connectors/ml-model/vertexai/troubleshooting)
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/vertexai/yaml"} /%} {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/ml-model/vertexai/yaml"} /%}
@ -94,5 +95,3 @@ Location refers to the geographical region where your resources, such as dataset
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %} {% /stepsContainer %}
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -0,0 +1,7 @@
---
title: VertexAI Connector Troubleshooting Guide | OpenMetadata Support
slug: /connectors/ml-model/vertexai/troubleshooting
collate: true
---
{% partial file="/v1.7/connectors/troubleshooting.md" /%}

View File

@ -557,10 +557,14 @@ site_menu:
url: /connectors/messaging/kinesis url: /connectors/messaging/kinesis
- category: Connectors / Messaging / Kinesis / Run Externally - category: Connectors / Messaging / Kinesis / Run Externally
url: /connectors/messaging/kinesis/yaml url: /connectors/messaging/kinesis/yaml
- category: Connectors / Messaging / Kinesis / Troubleshooting
url: /connectors/messaging/kinesis/troubleshooting
- category: Connectors / Messaging / Redpanda - category: Connectors / Messaging / Redpanda
url: /connectors/messaging/redpanda url: /connectors/messaging/redpanda
- category: Connectors / Messaging / Redpanda / Run Externally - category: Connectors / Messaging / Redpanda / Run Externally
url: /connectors/messaging/redpanda/yaml url: /connectors/messaging/redpanda/yaml
- category: Connectors / Messaging / Redpanda / Troubleshooting
url: /connectors/messaging/redpanda/troubleshooting
- category: Connectors / Pipeline - category: Connectors / Pipeline
url: /connectors/pipeline url: /connectors/pipeline
@ -633,10 +637,14 @@ site_menu:
url: /connectors/ml-model/mlflow url: /connectors/ml-model/mlflow
- category: Connectors / ML Model / MLflow / Run Externally - category: Connectors / ML Model / MLflow / Run Externally
url: /connectors/ml-model/mlflow/yaml url: /connectors/ml-model/mlflow/yaml
- category: Connectors / ML Model / MLflow / Troubleshooting
url: /connectors/ml-model/mlflow/troubleshooting
- category: Connectors / ML Model / Sagemaker - category: Connectors / ML Model / Sagemaker
url: /connectors/ml-model/sagemaker url: /connectors/ml-model/sagemaker
- category: Connectors / ML Model / Sagemaker / Run Externally - category: Connectors / ML Model / Sagemaker / Run Externally
url: /connectors/ml-model/sagemaker/yaml url: /connectors/ml-model/sagemaker/yaml
- category: Connectors / ML Model / Sagemaker / Troubleshooting
url: /connectors/ml-model/sagemaker/troubleshooting
- category: Connectors / Storage - category: Connectors / Storage
url: /connectors/storage url: /connectors/storage
@ -666,14 +674,20 @@ site_menu:
url: /connectors/metadata/amundsen url: /connectors/metadata/amundsen
- category: Connectors / Metadata / Amundsen / Run Externally - category: Connectors / Metadata / Amundsen / Run Externally
url: /connectors/metadata/amundsen/yaml url: /connectors/metadata/amundsen/yaml
- category: Connectors / Metadata / Amundsen / Troubleshooting
url: /connectors/metadata/amundsen/troubleshooting
- category: Connectors / Metadata / Atlas - category: Connectors / Metadata / Atlas
url: /connectors/metadata/atlas url: /connectors/metadata/atlas
- category: Connectors / Metadata / Atlas / Run Externally - category: Connectors / Metadata / Atlas / Run Externally
url: /connectors/metadata/atlas/yaml url: /connectors/metadata/atlas/yaml
- category: Connectors / Metadata / Atlas / Troubleshooting
url: /connectors/metadata/atlas/troubleshooting
- category: Connectors / Metadata / Alation Sink - category: Connectors / Metadata / Alation Sink
url: /connectors/metadata/alationsink url: /connectors/metadata/alationsink
- category: Connectors / Metadata / Alation Sink / Run Externally - category: Connectors / Metadata / Alation Sink / Run Externally
url: /connectors/metadata/alationsink/yaml url: /connectors/metadata/alationsink/yaml
- category: Connectors / Metadata / Alation Sink / Troubleshooting
url: /connectors/metadata/alationsink/troubleshooting
- category: Connectors / Custom Connectors - category: Connectors / Custom Connectors
url: /connectors/custom-connectors url: /connectors/custom-connectors