mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-16 11:18:33 +00:00
Docs: Troubleshoot Section Addition in Pipeline till Nifi (#20624)
This commit is contained in:
parent
6f6f6af108
commit
ddb6be105e
@ -411,11 +411,15 @@ site_menu:
|
||||
url: /connectors/pipeline/kafkaconnect
|
||||
- category: Connectors / Pipeline / KafkaConnect / Run Externally
|
||||
url: /connectors/pipeline/kafkaconnect/yaml
|
||||
- category: Connectors / Pipeline / KafkaConnect / Troubleshooting
|
||||
url: /connectors/pipeline/kafkaconnect/troubleshooting
|
||||
- category: Connectors / Pipeline / Matillion
|
||||
url: /connectors/pipeline/matillion
|
||||
|
||||
- category: Connectors / Pipeline / Matillion / Run Externally
|
||||
url: /connectors/pipeline/matillion/yaml
|
||||
- category: Connectors / Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/matillion/troubleshooting
|
||||
- category: Connectors / Pipeline / Azure Data Factory
|
||||
url: /connectors/pipeline/datafactory
|
||||
- category: Connectors / Pipeline / Azure Data Factory / Run Externally
|
||||
@ -438,14 +442,20 @@ site_menu:
|
||||
url: /connectors/pipeline/domo-pipeline
|
||||
- category: Connectors / Pipeline / Domo Pipeline / Run Externally
|
||||
url: /connectors/pipeline/domo-pipeline/yaml
|
||||
- category: Connectors / Pipeline / Domo Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/domo-pipeline/troubleshooting
|
||||
- category: Connectors / Pipeline / Fivetran
|
||||
url: /connectors/pipeline/fivetran
|
||||
- category: Connectors / Pipeline / Fivetran / Run Externally
|
||||
url: /connectors/pipeline/fivetran/yaml
|
||||
- category: Connectors / Pipeline / Fivetran / Troubleshooting
|
||||
url: /connectors/pipeline/fivetran/troubleshooting
|
||||
- category: Connectors / Pipeline / Glue Pipeline
|
||||
url: /connectors/pipeline/glue-pipeline
|
||||
- category: Connectors / Pipeline / Glue Pipeline / Run Externally
|
||||
url: /connectors/pipeline/glue-pipeline/yaml
|
||||
- category: Connectors / Pipeline / Glue Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/glue-pipeline/troubleshooting
|
||||
- category: Connectors / Pipeline / Nifi
|
||||
url: /connectors/pipeline/nifi
|
||||
- category: Connectors / Pipeline / Nifi / Run Externally
|
||||
@ -466,6 +476,8 @@ site_menu:
|
||||
url: /connectors/pipeline/flink
|
||||
- category: Connectors / Pipeline / Flink / Run Externally
|
||||
url: /connectors/pipeline/flink/yaml
|
||||
- category: Connectors / Pipeline / Flink / Troubleshooting
|
||||
url: /connectors/pipeline/flink/troubleshooting
|
||||
|
||||
- category: Connectors / ML Model
|
||||
url: /connectors/ml-model
|
||||
|
@ -17,6 +17,7 @@ Configure and schedule Domo-Pipeline metadata and profiler workflows from the Op
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/domo-pipeline/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/domo-pipeline/yaml"} /%}
|
||||
|
||||
@ -57,5 +58,3 @@ For questions related to scopes, click [here](https://developer.domo.com/portal/
|
||||
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Domo-Pipeline Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/domo-pipeline/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -17,6 +17,7 @@ Configure and schedule Fivetran metadata and profiler workflows from the OpenMet
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/fivetran/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/fivetran/yaml"} /%}
|
||||
|
||||
@ -62,5 +63,3 @@ For more detailed documentation visit [here](https://fivetran.com/docs/rest-api/
|
||||
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Fivetran Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/fivetran/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -22,7 +22,7 @@ Configure and schedule Flink metadata from the OpenMetadata UI:
|
||||
- [Service Name](#service-name)
|
||||
- [Connection Details](#connection-details)
|
||||
- [Metadata Ingestion Options](#metadata-ingestion-options)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Troubleshooting](/connectors/pipeline/flink/troubleshooting)
|
||||
- [Workflow Deployment Error](#workflow-deployment-error)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/flink/yaml"} /%}
|
||||
@ -72,6 +72,3 @@ The ingestion framework uses flink REST APIs to connect to the instance and perf
|
||||
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Apache Flink Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/flink/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -17,6 +17,7 @@ Configure and schedule Glue metadata and profiler workflows from the OpenMetadat
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/glue-pipeline/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/glue-pipeline/yaml"} /%}
|
||||
|
||||
@ -123,5 +124,3 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la
|
||||
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Glue Pipeline Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/glue-pipeline/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -22,7 +22,7 @@ Configure and schedule KafkaConnect metadata and profiler workflows from the Ope
|
||||
- [Service Name](#service-name)
|
||||
- [Connection Details](#connection-details)
|
||||
- [Metadata Ingestion Options](#metadata-ingestion-options)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Troubleshooting](/connectors/pipeline/glue-pipeline/troubleshooting)
|
||||
- [Workflow Deployment Error](#workflow-deployment-error)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/kafkaconnect/yaml"} /%}
|
||||
@ -96,8 +96,6 @@ Currently, the following source and sink connectors for Kafka Connect are suppor
|
||||
|
||||
For these connectors, lineage information can be obtained provided they are configured with a source or sink and the corresponding metadata ingestion is enabled.
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
### Missing Lineage
|
||||
If lineage information is not displayed for a Kafka Connect service, follow these steps to diagnose the issue.
|
||||
1. *Kafka Service Association*: Make sure the Kafka service that the data is being ingested from is associated with this Kafka Connect service. Additionally, verify that the correct name is passed on in the Kafka Service Name field during configuration. This field helps establish the lineage between the Kafka service and the Kafka Connect flow.
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: KafkaConnect Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/kafkaconnect/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -21,7 +21,7 @@ Configure and schedule Matillion metadata and profiler workflows from the OpenMe
|
||||
- [Matillion Versions](#matillion-versions)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Connection Details](#connection-details)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Troubleshooting](/connectors/pipeline/matillion/troubleshooting)
|
||||
- [Workflow Deployment Error](#workflow-deployment-error)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/matillion/yaml"} /%}
|
||||
@ -77,5 +77,3 @@ By successfully completing these steps, the lineage information for the service
|
||||
{% image
|
||||
src="/images/v1.6/connectors/matillion/lineage.webp"
|
||||
alt="Matillion Lineage" /%}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: KafkaConnect Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/matillion/troubleshooting
|
||||
collate: true
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -17,6 +17,7 @@ Configure and schedule NiFi metadata workflows from the OpenMetadata UI:
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/nifi/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/nifi/yaml"} /%}
|
||||
|
||||
@ -71,4 +72,3 @@ The user should be able to send request to the NiFi API and access the `Resource
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
@ -3,7 +3,7 @@ title: Nifi Connector Troubleshooting
|
||||
slug: /connectors/pipeline/nifi/troubleshooting
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
||||
Learn how to resolve the most common problems people encounter in the Nifi connector.
|
||||
|
||||
|
@ -608,6 +608,8 @@ site_menu:
|
||||
url: /connectors/pipeline/kafkaconnect
|
||||
- category: Connectors / Pipeline / KafkaConnect / Run Externally
|
||||
url: /connectors/pipeline/kafkaconnect/yaml
|
||||
- category: Connectors / Pipeline / KafkaConnect / Troubleshooting
|
||||
url: /connectors/pipeline/kafkaconnect/troubleshooting
|
||||
- category: Connectors / Pipeline / Databricks Pipeline
|
||||
url: /connectors/pipeline/databricks-pipeline
|
||||
- category: Connectors / Pipeline / Databricks Pipeline / Run Externally
|
||||
@ -618,14 +620,20 @@ site_menu:
|
||||
url: /connectors/pipeline/domo-pipeline
|
||||
- category: Connectors / Pipeline / Domo Pipeline / Run Externally
|
||||
url: /connectors/pipeline/domo-pipeline/yaml
|
||||
- category: Connectors / Pipeline / Domo Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/domo-pipeline/troubleshooting
|
||||
- category: Connectors / Pipeline / Fivetran
|
||||
url: /connectors/pipeline/fivetran
|
||||
- category: Connectors / Pipeline / Fivetran / Run Externally
|
||||
url: /connectors/pipeline/fivetran/yaml
|
||||
- category: Connectors / Pipeline / Fivetran / Troubleshooting
|
||||
url: /connectors/pipeline/fivetran/troubleshooting
|
||||
- category: Connectors / Pipeline / Glue Pipeline
|
||||
url: /connectors/pipeline/glue-pipeline
|
||||
- category: Connectors / Pipeline / Glue Pipeline / Run Externally
|
||||
url: /connectors/pipeline/glue-pipeline/yaml
|
||||
- category: Connectors / Pipeline / Glue Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/glue-pipeline/troubleshooting
|
||||
- category: Connectors / Pipeline / Nifi
|
||||
url: /connectors/pipeline/nifi
|
||||
- category: Connectors / Pipeline / Nifi / Run Externally
|
||||
@ -646,6 +654,8 @@ site_menu:
|
||||
url: /connectors/pipeline/flink
|
||||
- category: Connectors / Pipeline / Flink / Run Externally
|
||||
url: /connectors/pipeline/flink/yaml
|
||||
- category: Connectors / Pipeline / Flink / Troubleshooting
|
||||
url: /connectors/pipeline/flink/troubleshooting
|
||||
|
||||
- category: Connectors / ML Model
|
||||
url: /connectors/ml-model
|
||||
|
@ -423,11 +423,15 @@ site_menu:
|
||||
url: /connectors/pipeline/kafkaconnect
|
||||
- category: Connectors / Pipeline / KafkaConnect / Run Externally
|
||||
url: /connectors/pipeline/kafkaconnect/yaml
|
||||
- category: Connectors / Pipeline / KafkaConnect / Troubleshooting
|
||||
url: /connectors/pipeline/kafkaconnect/troubleshooting
|
||||
- category: Connectors / Pipeline / Matillion
|
||||
url: /connectors/pipeline/matillion
|
||||
|
||||
- category: Connectors / Pipeline / Matillion / Run Externally
|
||||
url: /connectors/pipeline/matillion/yaml
|
||||
- category: Connectors / Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/matillion/troubleshooting
|
||||
- category: Connectors / Pipeline / Azure Data Factory
|
||||
url: /connectors/pipeline/datafactory
|
||||
- category: Connectors / Pipeline / Azure Data Factory / Run Externally
|
||||
@ -450,14 +454,20 @@ site_menu:
|
||||
url: /connectors/pipeline/domo-pipeline
|
||||
- category: Connectors / Pipeline / Domo Pipeline / Run Externally
|
||||
url: /connectors/pipeline/domo-pipeline/yaml
|
||||
- category: Connectors / Pipeline / Domo Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/domo-pipeline/troubleshooting
|
||||
- category: Connectors / Pipeline / Fivetran
|
||||
url: /connectors/pipeline/fivetran
|
||||
- category: Connectors / Pipeline / Fivetran / Run Externally
|
||||
url: /connectors/pipeline/fivetran/yaml
|
||||
- category: Connectors / Pipeline / Fivetran / Troubleshooting
|
||||
url: /connectors/pipeline/fivetran/troubleshooting
|
||||
- category: Connectors / Pipeline / Glue Pipeline
|
||||
url: /connectors/pipeline/glue-pipeline
|
||||
- category: Connectors / Pipeline / Glue Pipeline / Run Externally
|
||||
url: /connectors/pipeline/glue-pipeline/yaml
|
||||
- category: Connectors / Pipeline / Glue Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/glue-pipeline/troubleshooting
|
||||
- category: Connectors / Pipeline / Nifi
|
||||
url: /connectors/pipeline/nifi
|
||||
- category: Connectors / Pipeline / Nifi / Run Externally
|
||||
@ -478,6 +488,8 @@ site_menu:
|
||||
url: /connectors/pipeline/flink
|
||||
- category: Connectors / Pipeline / Flink / Run Externally
|
||||
url: /connectors/pipeline/flink/yaml
|
||||
- category: Connectors / Pipeline / Flink / Troubleshooting
|
||||
url: /connectors/pipeline/flink/troubleshooting
|
||||
|
||||
- category: Connectors / ML Model
|
||||
url: /connectors/ml-model
|
||||
|
@ -17,6 +17,7 @@ Configure and schedule Domo-Pipeline metadata and profiler workflows from the Op
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/domo-pipeline/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/domo-pipeline/yaml"} /%}
|
||||
|
||||
@ -57,5 +58,3 @@ For questions related to scopes, click [here](https://developer.domo.com/portal/
|
||||
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Domo-Pipeline Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/domo-pipeline/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -17,6 +17,7 @@ Configure and schedule Fivetran metadata and profiler workflows from the OpenMet
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/fivetran/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/fivetran/yaml"} /%}
|
||||
|
||||
@ -62,5 +63,3 @@ For more detailed documentation visit [here](https://fivetran.com/docs/rest-api/
|
||||
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Fivetran Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/fivetran/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -22,7 +22,7 @@ Configure and schedule Flink metadata from the OpenMetadata UI:
|
||||
- [Service Name](#service-name)
|
||||
- [Connection Details](#connection-details)
|
||||
- [Metadata Ingestion Options](#metadata-ingestion-options)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Troubleshooting](/connectors/pipeline/flink/troubleshooting)
|
||||
- [Workflow Deployment Error](#workflow-deployment-error)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/flink/yaml"} /%}
|
||||
@ -72,6 +72,3 @@ The ingestion framework uses flink REST APIs to connect to the instance and perf
|
||||
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Apache Flink Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/flink/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -17,6 +17,7 @@ Configure and schedule Glue metadata and profiler workflows from the OpenMetadat
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/glue-pipeline/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/glue-pipeline/yaml"} /%}
|
||||
|
||||
@ -123,5 +124,3 @@ Find more information about [Source Identity](https://docs.aws.amazon.com/STS/la
|
||||
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Glue Pipeline Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/glue-pipeline/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -22,7 +22,7 @@ Configure and schedule KafkaConnect metadata and profiler workflows from the Ope
|
||||
- [Service Name](#service-name)
|
||||
- [Connection Details](#connection-details)
|
||||
- [Metadata Ingestion Options](#metadata-ingestion-options)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Troubleshooting](/connectors/pipeline/glue-pipeline/troubleshooting)
|
||||
- [Workflow Deployment Error](#workflow-deployment-error)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/kafkaconnect/yaml"} /%}
|
||||
@ -96,8 +96,6 @@ Currently, the following source and sink connectors for Kafka Connect are suppor
|
||||
|
||||
For these connectors, lineage information can be obtained provided they are configured with a source or sink and the corresponding metadata ingestion is enabled.
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
### Missing Lineage
|
||||
If lineage information is not displayed for a Kafka Connect service, follow these steps to diagnose the issue.
|
||||
1. *Kafka Service Association*: Make sure the Kafka service that the data is being ingested from is associated with this Kafka Connect service. Additionally, verify that the correct name is passed on in the Kafka Service Name field during configuration. This field helps establish the lineage between the Kafka service and the Kafka Connect flow.
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: KafkaConnect Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/kafkaconnect/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -21,7 +21,7 @@ Configure and schedule Matillion metadata and profiler workflows from the OpenMe
|
||||
- [Matillion Versions](#matillion-versions)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Connection Details](#connection-details)
|
||||
- [Troubleshooting](#troubleshooting)
|
||||
- [Troubleshooting](/connectors/pipeline/matillion/troubleshooting)
|
||||
- [Workflow Deployment Error](#workflow-deployment-error)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/matillion/yaml"} /%}
|
||||
@ -77,5 +77,3 @@ By successfully completing these steps, the lineage information for the service
|
||||
{% image
|
||||
src="/images/v1.7/connectors/matillion/lineage.webp"
|
||||
alt="Matillion Lineage" /%}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: KafkaConnect Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/matillion/troubleshooting
|
||||
collate: true
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -17,6 +17,7 @@ Configure and schedule NiFi metadata workflows from the OpenMetadata UI:
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/nifi/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/nifi/yaml"} /%}
|
||||
|
||||
@ -70,5 +71,3 @@ The user should be able to send request to the NiFi API and access the `Resource
|
||||
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
@ -3,7 +3,7 @@ title: Nifi Connector Troubleshooting
|
||||
slug: /connectors/pipeline/nifi/troubleshooting
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
||||
Learn how to resolve the most common problems people encounter in the Nifi connector.
|
||||
|
||||
|
@ -620,6 +620,8 @@ site_menu:
|
||||
url: /connectors/pipeline/kafkaconnect
|
||||
- category: Connectors / Pipeline / KafkaConnect / Run Externally
|
||||
url: /connectors/pipeline/kafkaconnect/yaml
|
||||
- category: Connectors / Pipeline / KafkaConnect / Troubleshooting
|
||||
url: /connectors/pipeline/kafkaconnect/troubleshooting
|
||||
- category: Connectors / Pipeline / Databricks Pipeline
|
||||
url: /connectors/pipeline/databricks-pipeline
|
||||
- category: Connectors / Pipeline / Databricks Pipeline / Run Externally
|
||||
@ -630,14 +632,20 @@ site_menu:
|
||||
url: /connectors/pipeline/domo-pipeline
|
||||
- category: Connectors / Pipeline / Domo Pipeline / Run Externally
|
||||
url: /connectors/pipeline/domo-pipeline/yaml
|
||||
- category: Connectors / Pipeline / Domo Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/domo-pipeline/troubleshooting
|
||||
- category: Connectors / Pipeline / Fivetran
|
||||
url: /connectors/pipeline/fivetran
|
||||
- category: Connectors / Pipeline / Fivetran / Run Externally
|
||||
url: /connectors/pipeline/fivetran/yaml
|
||||
- category: Connectors / Pipeline / Fivetran / Troubleshooting
|
||||
url: /connectors/pipeline/fivetran/troubleshooting
|
||||
- category: Connectors / Pipeline / Glue Pipeline
|
||||
url: /connectors/pipeline/glue-pipeline
|
||||
- category: Connectors / Pipeline / Glue Pipeline / Run Externally
|
||||
url: /connectors/pipeline/glue-pipeline/yaml
|
||||
- category: Connectors / Pipeline / Glue Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/glue-pipeline/troubleshooting
|
||||
- category: Connectors / Pipeline / Nifi
|
||||
url: /connectors/pipeline/nifi
|
||||
- category: Connectors / Pipeline / Nifi / Run Externally
|
||||
@ -658,6 +666,8 @@ site_menu:
|
||||
url: /connectors/pipeline/flink
|
||||
- category: Connectors / Pipeline / Flink / Run Externally
|
||||
url: /connectors/pipeline/flink/yaml
|
||||
- category: Connectors / Pipeline / Flink / Troubleshooting
|
||||
url: /connectors/pipeline/flink/troubleshooting
|
||||
|
||||
- category: Connectors / ML Model
|
||||
url: /connectors/ml-model
|
||||
|
Loading…
x
Reference in New Issue
Block a user