mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 05:57:17 +00:00
Docs: Troubleshoot Section Addition in Pipeline Completed (#20625)
This commit is contained in:
parent
286ccfeba2
commit
6cf38ec14f
@ -379,6 +379,8 @@ site_menu:
|
||||
url: /connectors/pipeline/wherescape
|
||||
- category: Connectors / Pipeline / Wherescape / Run Externally
|
||||
url: /connectors/pipeline/wherescape/yaml
|
||||
- category: Connectors / Pipeline / Wherescape / Troubleshooting
|
||||
url: /connectors/pipeline/wherescape/troubleshooting
|
||||
- category: Connectors / Pipeline / Dagster
|
||||
url: /connectors/pipeline/dagster
|
||||
- category: Connectors / Pipeline / Dagster / Run Externally
|
||||
@ -404,6 +406,8 @@ site_menu:
|
||||
url: /connectors/pipeline/stitch
|
||||
- category: Connectors / Pipeline / Stitch / Run Externally
|
||||
url: /connectors/pipeline/stitch/yaml
|
||||
- category: Connectors / Pipeline / Stitch / Troubleshooting
|
||||
url: /connectors/pipeline/stitch/troubleshooting
|
||||
- category: Connectors / Pipeline / Databricks Pipeline
|
||||
url: /connectors/pipeline/databricks-pipeline
|
||||
- category: Connectors / Pipeline / Databricks Pipeline / Run Externally
|
||||
@ -428,10 +432,14 @@ site_menu:
|
||||
url: /connectors/pipeline/nifi/troubleshooting
|
||||
- category: Connectors / Pipeline / Openlineage
|
||||
url: /connectors/pipeline/openlineage
|
||||
- category: Connectors / Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/openlineage/troubleshooting
|
||||
- category: Connectors / Pipeline / Spline
|
||||
url: /connectors/pipeline/spline
|
||||
- category: Connectors / Pipeline / Spline / Run Externally
|
||||
url: /connectors/pipeline/spline/yaml
|
||||
- category: Connectors / Pipeline / Spline / troubleshooting
|
||||
url: /connectors/pipeline/spline/troubleshooting
|
||||
- category: Connectors / Pipeline / Flink
|
||||
url: /connectors/pipeline/flink
|
||||
- category: Connectors / Pipeline / Flink / Run Externally
|
||||
|
@ -17,6 +17,7 @@ Configure and schedule OpenLineage metadata workflows from the OpenMetadata UI:
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/openlineage/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" /%}
|
||||
|
||||
@ -275,5 +276,3 @@ openlineage_service_request = CreatePipelineServiceRequest(
|
||||
metadata.create_or_update(openlineage_service_request)
|
||||
|
||||
```
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: OpenLineage Connector Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/openlineage/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -18,6 +18,7 @@ Configure and schedule Spline metadata and profiler workflows from the OpenMetad
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/spline/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/spline/yaml"} /%}
|
||||
|
||||
@ -63,5 +64,3 @@ You can refer [this](https://github.com/AbsaOSS/spline-getting-started/tree/main
|
||||
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Spline Connector Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/spline/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -19,6 +19,7 @@ Configure and schedule Stitch metadata and profiler workflows from the OpenMetad
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/stitch/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/stitch/yaml"} /%}
|
||||
|
||||
@ -61,5 +62,3 @@ To extract metadata from Stitch, User first need to crate API crednetials:
|
||||
{% /stepsContainer %}
|
||||
|
||||
By successfully completing these steps, the lineage information for the service will be displayed.
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Stitch Connector Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/stitch/troubleshooting
|
||||
collate: true
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -18,6 +18,7 @@ Configure and schedule Wherescape metadata workflow from the OpenMetadata UI:
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Connection Details](#connection-details)
|
||||
- [Troubleshooting](/connectors/pipeline/wherescape/troubleshooting)
|
||||
|
||||
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/wherescape/yaml"} /%}
|
||||
|
||||
@ -70,5 +71,3 @@ In terms of `connection` we support the following selections:
|
||||
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Wherescape Connector Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/wherescape/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.6/connectors/troubleshooting.md" /%}
|
@ -614,10 +614,14 @@ site_menu:
|
||||
url: /connectors/pipeline/nifi/troubleshooting
|
||||
- category: Connectors / Pipeline / Openlineage
|
||||
url: /connectors/pipeline/openlineage
|
||||
- category: Connectors / Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/openlineage/troubleshooting
|
||||
- category: Connectors / Pipeline / Spline
|
||||
url: /connectors/pipeline/spline
|
||||
- category: Connectors / Pipeline / Spline / Run Externally
|
||||
url: /connectors/pipeline/spline/yaml
|
||||
- category: Connectors / Pipeline / Spline / troubleshooting
|
||||
url: /connectors/pipeline/spline/troubleshooting
|
||||
- category: Connectors / Pipeline / Flink
|
||||
url: /connectors/pipeline/flink
|
||||
- category: Connectors / Pipeline / Flink / Run Externally
|
||||
|
@ -387,6 +387,8 @@ site_menu:
|
||||
url: /connectors/pipeline/wherescape
|
||||
- category: Connectors / Pipeline / Wherescape / Run Externally
|
||||
url: /connectors/pipeline/wherescape/yaml
|
||||
- category: Connectors / Pipeline / Wherescape / Troubleshooting
|
||||
url: /connectors/pipeline/wherescape/troubleshooting
|
||||
- category: Connectors / Pipeline / Dagster
|
||||
url: /connectors/pipeline/dagster
|
||||
- category: Connectors / Pipeline / Dagster / Run Externally
|
||||
@ -412,6 +414,8 @@ site_menu:
|
||||
url: /connectors/pipeline/stitch
|
||||
- category: Connectors / Pipeline / Stitch / Run Externally
|
||||
url: /connectors/pipeline/stitch/yaml
|
||||
- category: Connectors / Pipeline / Stitch / Troubleshooting
|
||||
url: /connectors/pipeline/stitch/troubleshooting
|
||||
- category: Connectors / Pipeline / Databricks Pipeline
|
||||
url: /connectors/pipeline/databricks-pipeline
|
||||
- category: Connectors / Pipeline / Databricks Pipeline / Run Externally
|
||||
@ -436,10 +440,14 @@ site_menu:
|
||||
url: /connectors/pipeline/nifi/troubleshooting
|
||||
- category: Connectors / Pipeline / Openlineage
|
||||
url: /connectors/pipeline/openlineage
|
||||
- category: Connectors / Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/openlineage/troubleshooting
|
||||
- category: Connectors / Pipeline / Spline
|
||||
url: /connectors/pipeline/spline
|
||||
- category: Connectors / Pipeline / Spline / Run Externally
|
||||
url: /connectors/pipeline/spline/yaml
|
||||
- category: Connectors / Pipeline / Spline / troubleshooting
|
||||
url: /connectors/pipeline/spline/troubleshooting
|
||||
- category: Connectors / Pipeline / Flink
|
||||
url: /connectors/pipeline/flink
|
||||
- category: Connectors / Pipeline / Flink / Run Externally
|
||||
|
@ -17,6 +17,7 @@ Configure and schedule OpenLineage metadata workflows from the OpenMetadata UI:
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/openlineage/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" /%}
|
||||
|
||||
@ -275,5 +276,3 @@ openlineage_service_request = CreatePipelineServiceRequest(
|
||||
metadata.create_or_update(openlineage_service_request)
|
||||
|
||||
```
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: OpenLineage Connector Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/openlineage/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -18,6 +18,7 @@ Configure and schedule Spline metadata and profiler workflows from the OpenMetad
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/spline/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/spline/yaml"} /%}
|
||||
|
||||
@ -63,5 +64,3 @@ You can refer [this](https://github.com/AbsaOSS/spline-getting-started/tree/main
|
||||
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Spline Connector Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/spline/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -19,6 +19,7 @@ Configure and schedule Stitch metadata and profiler workflows from the OpenMetad
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Troubleshooting](/connectors/pipeline/stitch/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/stitch/yaml"} /%}
|
||||
|
||||
@ -61,5 +62,3 @@ To extract metadata from Stitch, User first need to crate API crednetials:
|
||||
{% /stepsContainer %}
|
||||
|
||||
By successfully completing these steps, the lineage information for the service will be displayed.
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: Stitch Connector Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/stitch/troubleshooting
|
||||
collate: true
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -18,6 +18,7 @@ Configure and schedule Wherescape metadata workflow from the OpenMetadata UI:
|
||||
- [Requirements](#requirements)
|
||||
- [Metadata Ingestion](#metadata-ingestion)
|
||||
- [Connection Details](#connection-details)
|
||||
- [Troubleshooting](/connectors/pipeline/wherescape/troubleshooting)
|
||||
|
||||
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/wherescape/yaml"} /%}
|
||||
|
||||
@ -64,5 +65,3 @@ In terms of `connection` we support the following selections:
|
||||
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
|
||||
|
||||
{% /stepsContainer %}
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Wherescape Connector Troubleshooting Guide | OpenMetadata Support
|
||||
slug: /connectors/pipeline/wherescape/troubleshooting
|
||||
---
|
||||
|
||||
{% partial file="/v1.7/connectors/troubleshooting.md" /%}
|
@ -622,10 +622,14 @@ site_menu:
|
||||
url: /connectors/pipeline/nifi/troubleshooting
|
||||
- category: Connectors / Pipeline / Openlineage
|
||||
url: /connectors/pipeline/openlineage
|
||||
- category: Connectors / Pipeline / Troubleshooting
|
||||
url: /connectors/pipeline/openlineage/troubleshooting
|
||||
- category: Connectors / Pipeline / Spline
|
||||
url: /connectors/pipeline/spline
|
||||
- category: Connectors / Pipeline / Spline / Run Externally
|
||||
url: /connectors/pipeline/spline/yaml
|
||||
- category: Connectors / Pipeline / Spline / troubleshooting
|
||||
url: /connectors/pipeline/spline/troubleshooting
|
||||
- category: Connectors / Pipeline / Flink
|
||||
url: /connectors/pipeline/flink
|
||||
- category: Connectors / Pipeline / Flink / Run Externally
|
||||
|
Loading…
x
Reference in New Issue
Block a user