diff --git a/openmetadata-docs/content/v1.6.x/collate-menu.md b/openmetadata-docs/content/v1.6.x/collate-menu.md index 930ec2be847..f87cfbc4d8b 100644 --- a/openmetadata-docs/content/v1.6.x/collate-menu.md +++ b/openmetadata-docs/content/v1.6.x/collate-menu.md @@ -361,10 +361,14 @@ site_menu: url: /connectors/pipeline/airbyte - category: Connectors / Pipeline / Airbyte / Run Externally url: /connectors/pipeline/airbyte/yaml + - category: Connectors / Pipeline / Airbyte / Troubleshooting + url: /connectors/pipeline/airbyte/troubleshooting - category: Connectors / Pipeline / Airflow url: /connectors/pipeline/airflow - category: Connectors / Pipeline / Airflow / Run Externally url: /connectors/pipeline/airflow/yaml + - category: Connectors / Pipeline / Airflow / Troubleshooting + url: /connectors/search/airflow/troubleshooting - category: Connectors / Pipeline / Airflow / Lineage Backend url: /connectors/pipeline/airflow/lineage-backend - category: Connectors / Pipeline / Airflow / Lineage Operator @@ -385,10 +389,14 @@ site_menu: url: /connectors/pipeline/dagster - category: Connectors / Pipeline / Dagster / Run Externally url: /connectors/pipeline/dagster/yaml + - category: Connectors / Pipeline / Dagster / Troubleshooting + url: /connectors/pipeline/dagster/troubleshooting - category: Connectors / Pipeline / dbt Cloud url: /connectors/pipeline/dbtcloud - category: Connectors / Pipeline / dbt Cloud / Run Externally url: /connectors/pipeline/dbtcloud/yaml + - category: Connectors / Pipeline / dbt Cloud / Troubleshooting + url: /connectors/pipeline/dbtcloud/troubleshooting - category: Connectors / Pipeline / KafkaConnect url: /connectors/pipeline/kafkaconnect - category: Connectors / Pipeline / KafkaConnect / Run Externally @@ -402,6 +410,8 @@ site_menu: url: /connectors/pipeline/datafactory - category: Connectors / Pipeline / Azure Data Factory / Run Externally url: /connectors/pipeline/datafactory/yaml + - category: Connectors / Pipeline / Azure Data Factory / Troubleshooting + url: /connectors/pipeline/datafactory/troubleshooting - category: Connectors / Pipeline / Stitch url: /connectors/pipeline/stitch - category: Connectors / Pipeline / Stitch / Run Externally @@ -412,6 +422,8 @@ site_menu: url: /connectors/pipeline/databricks-pipeline - category: Connectors / Pipeline / Databricks Pipeline / Run Externally url: /connectors/pipeline/databricks-pipeline/yaml + - category: Connectors / Pipeline / Databricks Pipeline / Troubleshooting + url: /connectors/pipeline/databricks-pipeline/troubleshooting - category: Connectors / Pipeline / Domo Pipeline url: /connectors/pipeline/domo-pipeline - category: Connectors / Pipeline / Domo Pipeline / Run Externally diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/airbyte/index.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/airbyte/index.md index 4c0abb7b60a..eb84bf89f12 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/pipeline/airbyte/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/airbyte/index.md @@ -16,6 +16,7 @@ In this section, we provide guides and references to use the Airbyte connector. Configure and schedule Airbyte metadata and profiler workflows from the OpenMetadata UI: - [Metadata Ingestion](#metadata-ingestion) +- [Troubleshooting](/connectors/pipeline/airbyte/troubleshooting) {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/airbyte/yaml"} /%} @@ -53,5 +54,3 @@ Configure and schedule Airbyte metadata and profiler workflows from the OpenMeta {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% /stepsContainer %} - -{% partial file="/v1.6/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/airbyte/troubleshooting.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/airbyte/troubleshooting.md new file mode 100644 index 00000000000..0d815308ef1 --- /dev/null +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/airbyte/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: Airbyte Connector Troubleshooting Guide | OpenMetadata Support +slug: /connectors/pipeline/airbyte/troubleshooting +--- + +{% partial file="/v1.6/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/airflow/index.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/airflow/index.md index 82471889ff5..9fd8d9acac5 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/pipeline/airflow/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/airflow/index.md @@ -15,6 +15,8 @@ In this section, we provide guides and references to use the Airflow connector. Configure and schedule Airflow metadata workflow from the OpenMetadata UI: +- [Troubleshooting](/connectors/search/airflow/troubleshooting) + {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/airflow/yaml"} /%} ## Requirements @@ -62,5 +64,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" /%} diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/airflow/troubleshooting.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/airflow/troubleshooting.md new file mode 100644 index 00000000000..1c6017059cc --- /dev/null +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/airflow/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: Airflow Connector Troubleshooting Guide | OpenMetadata Support +slug: /connectors/search/airflow/troubleshooting +--- + +{% partial file="/v1.6/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/dagster/index.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/dagster/index.md index 880f94df344..8fdb402e149 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/pipeline/dagster/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/dagster/index.md @@ -22,7 +22,7 @@ Configure and schedule Dagster metadata and profiler workflows from the OpenMeta - [Service Name](#service-name) - [Connection Details](#connection-details) - [Metadata Ingestion Options](#metadata-ingestion-options) -- [Troubleshooting](#troubleshooting) +- [Troubleshooting](/connectors/pipeline/dagster/troubleshooting) - [Workflow Deployment Error](#workflow-deployment-error) {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/dagster/yaml"} /%} @@ -70,5 +70,3 @@ The ingestion framework uses [dagster graphql python client](https://docs.dagste {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% /stepsContainer %} - -{% partial file="/v1.6/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/dagster/troubleshooting.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/dagster/troubleshooting.md new file mode 100644 index 00000000000..678f3874e0b --- /dev/null +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/dagster/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: Dagster Connector Troubleshooting Guide | OpenMetadata Support +slug: /connectors/pipeline/dagster/troubleshooting +--- + +{% partial file="/v1.6/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/databricks-pipeline/index.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/databricks-pipeline/index.md index 3e43d12ef0b..aeae4d0cd05 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/pipeline/databricks-pipeline/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/databricks-pipeline/index.md @@ -16,6 +16,7 @@ In this section, we provide guides and references to use the Databricks Pipeline Configure and schedule Databricks Pipeline metadata workflows from the OpenMetadata UI: - [Metadata Ingestion](#metadata-ingestion) +- [Troubleshooting](/connectors/pipeline/databricks-pipeline/troubleshooting) {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/databricks-pipeline/yaml"} /%} @@ -49,5 +50,3 @@ Configure and schedule Databricks Pipeline metadata workflows from the OpenMetad {% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%} {% /stepsContainer %} - -{% partial file="/v1.6/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/databricks-pipeline/troubleshooting.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/databricks-pipeline/troubleshooting.md new file mode 100644 index 00000000000..b82332ba5b5 --- /dev/null +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/databricks-pipeline/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: Databricks Pipeline Troubleshooting Guide | OpenMetadata Support +slug: /connectors/pipeline/databricks-pipeline/troubleshooting +--- + +{% partial file="/v1.6/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/datafactory/index.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/datafactory/index.md index c757cd1637e..cf90e18d57c 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/pipeline/datafactory/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/datafactory/index.md @@ -23,7 +23,7 @@ Configure and schedule Azure Data Factory metadata and profiler workflows from t - [Service Name](#service-name) - [Connection Details](#connection-details) - [Metadata Ingestion Options](#metadata-ingestion-options) -- [Troubleshooting](#troubleshooting) +- [Troubleshooting](/connectors/pipeline/datafactory/troubleshooting) - [Workflow Deployment Error](#workflow-deployment-error) {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/datafactory/yaml"} /%} @@ -121,9 +121,6 @@ Steps to retrieve and display the lineage information for a Data Factory service By successfully completing these steps, the lineage information for the service will be displayed. - -{% partial file="/v1.6/connectors/troubleshooting.md" /%} - ### Missing Lineage If lineage information is not displayed for a Data Factory service, follow these steps to diagnose the issue. 1. *Permissions*: Ensure that the service principal or managed identity you’re using has the necessary permissions in the Data Factory resource. (Reader, Contributor or Data Factory Contributor role at minimum). diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/datafactory/troubleshooting.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/datafactory/troubleshooting.md new file mode 100644 index 00000000000..c32c302cab7 --- /dev/null +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/datafactory/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: Azure Data Factory Troubleshooting Guide | OpenMetadata Support +slug: /connectors/pipeline/datafactory/troubleshooting +--- + +{% partial file="/v1.6/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/index.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/index.md index ee40cbfa88c..39f1db14f60 100644 --- a/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/index.md +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/index.md @@ -22,7 +22,7 @@ Configure and schedule dbt Cloud metadata and profiler workflows from the OpenMe - [Service Name](#service-name) - [Connection Details](#connection-details) - [Metadata Ingestion Options](#metadata-ingestion-options) -- [Troubleshooting](#troubleshooting) +- [Troubleshooting](/connectors/pipeline/dbtcloud/troubleshooting) - [Workflow Deployment Error](#workflow-deployment-error) {% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/dbtcloud/yaml"} /%} @@ -99,10 +99,6 @@ By successfully completing these steps, the lineage information for the service src="/images/v1.6/connectors/dbtcloud/lineage.png" alt="DBT Cloud Lineage" /%} - - -{% partial file="/v1.6/connectors/troubleshooting.md" /%} - ### Missing Lineage If lineage information is not displayed for a DBT Cloud service, follow these steps to diagnose the issue. 1. *DBT Cloud Account*: Make sure that the DBT cloud instance you are ingesting have the necessary permissions to fetch jobs and run graphql queries over the API. diff --git a/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/troubleshooting.md b/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/troubleshooting.md new file mode 100644 index 00000000000..6122e80aa97 --- /dev/null +++ b/openmetadata-docs/content/v1.6.x/connectors/pipeline/dbtcloud/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: DBT Cloud Troubleshooting Guide | OpenMetadata Support +slug: /connectors/pipeline/dbtcloud/troubleshooting +--- + +{% partial file="/v1.6/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.6.x/menu.md b/openmetadata-docs/content/v1.6.x/menu.md index eb7ed67f98a..fac56ff9a6c 100644 --- a/openmetadata-docs/content/v1.6.x/menu.md +++ b/openmetadata-docs/content/v1.6.x/menu.md @@ -564,10 +564,14 @@ site_menu: url: /connectors/pipeline/airbyte - category: Connectors / Pipeline / Airbyte / Run Externally url: /connectors/pipeline/airbyte/yaml + - category: Connectors / Pipeline / Airbyte / Troubleshooting + url: /connectors/pipeline/airbyte/troubleshooting - category: Connectors / Pipeline / Airflow url: /connectors/pipeline/airflow - category: Connectors / Pipeline / Airflow / Run Externally url: /connectors/pipeline/airflow/yaml + - category: Connectors / Pipeline / Airflow / Troubleshooting + url: /connectors/search/airflow/troubleshooting - category: Connectors / Pipeline / Airflow / Lineage Backend url: /connectors/pipeline/airflow/lineage-backend - category: Connectors / Pipeline / Airflow / Lineage Operator @@ -582,10 +586,14 @@ site_menu: url: /connectors/pipeline/dagster - category: Connectors / Pipeline / Dagster / Run Externally url: /connectors/pipeline/dagster/yaml + - category: Connectors / Pipeline / Dagster / Troubleshooting + url: /connectors/pipeline/dagster/troubleshooting - category: Connectors / Pipeline / dbt Cloud url: /connectors/pipeline/dbtcloud - category: Connectors / Pipeline / dbt Cloud / Run Externally url: /connectors/pipeline/dbtcloud/yaml + - category: Connectors / Pipeline / dbt Cloud / Troubleshooting + url: /connectors/pipeline/dbtcloud/troubleshooting - category: Connectors / Pipeline / KafkaConnect url: /connectors/pipeline/kafkaconnect - category: Connectors / Pipeline / KafkaConnect / Run Externally @@ -594,6 +602,8 @@ site_menu: url: /connectors/pipeline/databricks-pipeline - category: Connectors / Pipeline / Databricks Pipeline / Run Externally url: /connectors/pipeline/databricks-pipeline/yaml + - category: Connectors / Pipeline / Databricks Pipeline / Troubleshooting + url: /connectors/pipeline/databricks-pipeline/troubleshooting - category: Connectors / Pipeline / Domo Pipeline url: /connectors/pipeline/domo-pipeline - category: Connectors / Pipeline / Domo Pipeline / Run Externally diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/collate-menu.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/collate-menu.md index 8a13016c33f..d73d48cfbd6 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/collate-menu.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/collate-menu.md @@ -369,10 +369,14 @@ site_menu: url: /connectors/pipeline/airbyte - category: Connectors / Pipeline / Airbyte / Run Externally url: /connectors/pipeline/airbyte/yaml + - category: Connectors / Pipeline / Airbyte / Troubleshooting + url: /connectors/pipeline/airbyte/troubleshooting - category: Connectors / Pipeline / Airflow url: /connectors/pipeline/airflow - category: Connectors / Pipeline / Airflow / Run Externally url: /connectors/pipeline/airflow/yaml + - category: Connectors / Pipeline / Airflow / Troubleshooting + url: /connectors/search/airflow/troubleshooting - category: Connectors / Pipeline / Airflow / Lineage Backend url: /connectors/pipeline/airflow/lineage-backend - category: Connectors / Pipeline / Airflow / Lineage Operator @@ -393,10 +397,14 @@ site_menu: url: /connectors/pipeline/dagster - category: Connectors / Pipeline / Dagster / Run Externally url: /connectors/pipeline/dagster/yaml + - category: Connectors / Pipeline / Dagster / Troubleshooting + url: /connectors/pipeline/dagster/troubleshooting - category: Connectors / Pipeline / dbt Cloud url: /connectors/pipeline/dbtcloud - category: Connectors / Pipeline / dbt Cloud / Run Externally url: /connectors/pipeline/dbtcloud/yaml + - category: Connectors / Pipeline / dbt Cloud / Troubleshooting + url: /connectors/pipeline/dbtcloud/troubleshooting - category: Connectors / Pipeline / KafkaConnect url: /connectors/pipeline/kafkaconnect - category: Connectors / Pipeline / KafkaConnect / Run Externally @@ -410,6 +418,8 @@ site_menu: url: /connectors/pipeline/datafactory - category: Connectors / Pipeline / Azure Data Factory / Run Externally url: /connectors/pipeline/datafactory/yaml + - category: Connectors / Pipeline / Azure Data Factory / Troubleshooting + url: /connectors/pipeline/datafactory/troubleshooting - category: Connectors / Pipeline / Stitch url: /connectors/pipeline/stitch - category: Connectors / Pipeline / Stitch / Run Externally @@ -420,6 +430,8 @@ site_menu: url: /connectors/pipeline/databricks-pipeline - category: Connectors / Pipeline / Databricks Pipeline / Run Externally url: /connectors/pipeline/databricks-pipeline/yaml + - category: Connectors / Pipeline / Databricks Pipeline / Troubleshooting + url: /connectors/pipeline/databricks-pipeline/troubleshooting - category: Connectors / Pipeline / Domo Pipeline url: /connectors/pipeline/domo-pipeline - category: Connectors / Pipeline / Domo Pipeline / Run Externally diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airbyte/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airbyte/index.md index 516adcf275f..c0427da9ff7 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airbyte/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airbyte/index.md @@ -16,6 +16,7 @@ In this section, we provide guides and references to use the Airbyte connector. Configure and schedule Airbyte metadata and profiler workflows from the OpenMetadata UI: - [Metadata Ingestion](#metadata-ingestion) +- [Troubleshooting](/connectors/pipeline/airbyte/troubleshooting) {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/airbyte/yaml"} /%} @@ -53,5 +54,3 @@ Configure and schedule Airbyte metadata and profiler workflows from the OpenMeta {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% /stepsContainer %} - -{% partial file="/v1.7/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airbyte/troubleshooting.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airbyte/troubleshooting.md new file mode 100644 index 00000000000..481865d0d7c --- /dev/null +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airbyte/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: Airbyte Connector Troubleshooting Guide | OpenMetadata Support +slug: /connectors/pipeline/airbyte/troubleshooting +--- + +{% partial file="/v1.7/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airflow/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airflow/index.md index 0ea3ab88aec..f22fe0f392b 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airflow/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airflow/index.md @@ -15,6 +15,8 @@ In this section, we provide guides and references to use the Airflow connector. Configure and schedule Airflow metadata workflow from the OpenMetadata UI: +- [Troubleshooting](/connectors/search/airflow/troubleshooting) + {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/airflow/yaml"} /%} ## Requirements @@ -62,5 +64,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" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airflow/troubleshooting.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airflow/troubleshooting.md new file mode 100644 index 00000000000..1006bba2738 --- /dev/null +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/airflow/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: Airflow Connector Troubleshooting Guide | OpenMetadata Support +slug: /connectors/search/airflow/troubleshooting +--- + +{% partial file="/v1.7/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dagster/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dagster/index.md index 21a09b7f13c..25d6ecfb3e7 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dagster/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dagster/index.md @@ -22,7 +22,7 @@ Configure and schedule Dagster metadata and profiler workflows from the OpenMeta - [Service Name](#service-name) - [Connection Details](#connection-details) - [Metadata Ingestion Options](#metadata-ingestion-options) -- [Troubleshooting](#troubleshooting) +- [Troubleshooting](/connectors/pipeline/dagster/troubleshooting) - [Workflow Deployment Error](#workflow-deployment-error) {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/dagster/yaml"} /%} @@ -70,5 +70,3 @@ The ingestion framework uses [dagster graphql python client](https://docs.dagste {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% /stepsContainer %} - -{% partial file="/v1.7/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dagster/troubleshooting.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dagster/troubleshooting.md new file mode 100644 index 00000000000..678f3874e0b --- /dev/null +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dagster/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: Dagster Connector Troubleshooting Guide | OpenMetadata Support +slug: /connectors/pipeline/dagster/troubleshooting +--- + +{% partial file="/v1.6/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/databricks-pipeline/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/databricks-pipeline/index.md index b8e035d7599..04a2d9023c5 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/databricks-pipeline/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/databricks-pipeline/index.md @@ -16,6 +16,7 @@ In this section, we provide guides and references to use the Databricks Pipeline Configure and schedule Databricks Pipeline metadata workflows from the OpenMetadata UI: - [Metadata Ingestion](#metadata-ingestion) +- [Troubleshooting](/connectors/pipeline/databricks-pipeline/troubleshooting) {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/databricks-pipeline/yaml"} /%} @@ -49,5 +50,3 @@ Configure and schedule Databricks Pipeline metadata workflows from the OpenMetad {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} {% /stepsContainer %} - -{% partial file="/v1.7/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/databricks-pipeline/troubleshooting.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/databricks-pipeline/troubleshooting.md new file mode 100644 index 00000000000..10cbdb53b9b --- /dev/null +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/databricks-pipeline/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: Databricks Pipeline Troubleshooting Guide | OpenMetadata Support +slug: /connectors/pipeline/databricks-pipeline/troubleshooting +--- + +{% partial file="/v1.7/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/datafactory/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/datafactory/index.md index a6945d89c93..051f672abf4 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/datafactory/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/datafactory/index.md @@ -23,7 +23,7 @@ Configure and schedule Azure Data Factory metadata and profiler workflows from t - [Service Name](#service-name) - [Connection Details](#connection-details) - [Metadata Ingestion Options](#metadata-ingestion-options) -- [Troubleshooting](#troubleshooting) +- [Troubleshooting](/connectors/pipeline/datafactory/troubleshooting) - [Workflow Deployment Error](#workflow-deployment-error) {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/datafactory/yaml"} /%} @@ -121,9 +121,6 @@ Steps to retrieve and display the lineage information for a Data Factory service By successfully completing these steps, the lineage information for the service will be displayed. - -{% partial file="/v1.7/connectors/troubleshooting.md" /%} - ### Missing Lineage If lineage information is not displayed for a Data Factory service, follow these steps to diagnose the issue. 1. *Permissions*: Ensure that the service principal or managed identity you’re using has the necessary permissions in the Data Factory resource. (Reader, Contributor or Data Factory Contributor role at minimum). diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/datafactory/troubleshooting.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/datafactory/troubleshooting.md new file mode 100644 index 00000000000..991ac4f6b1e --- /dev/null +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/datafactory/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: Azure Data Factory Troubleshooting Guide | OpenMetadata Support +slug: /connectors/pipeline/datafactory/troubleshooting +--- + +{% partial file="/v1.7/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/index.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/index.md index efc37938bc0..21e89117e4f 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/index.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/index.md @@ -22,7 +22,7 @@ Configure and schedule dbt Cloud metadata and profiler workflows from the OpenMe - [Service Name](#service-name) - [Connection Details](#connection-details) - [Metadata Ingestion Options](#metadata-ingestion-options) -- [Troubleshooting](#troubleshooting) +- [Troubleshooting](/connectors/pipeline/dbtcloud/troubleshooting) - [Workflow Deployment Error](#workflow-deployment-error) {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/dbtcloud/yaml"} /%} @@ -99,10 +99,6 @@ By successfully completing these steps, the lineage information for the service src="/images/v1.7/connectors/dbtcloud/lineage.png" alt="DBT Cloud Lineage" /%} - - -{% partial file="/v1.7/connectors/troubleshooting.md" /%} - ### Missing Lineage If lineage information is not displayed for a DBT Cloud service, follow these steps to diagnose the issue. 1. *DBT Cloud Account*: Make sure that the DBT cloud instance you are ingesting have the necessary permissions to fetch jobs and run graphql queries over the API. diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/troubleshooting.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/troubleshooting.md new file mode 100644 index 00000000000..d7bb8de4a2a --- /dev/null +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/connectors/pipeline/dbtcloud/troubleshooting.md @@ -0,0 +1,6 @@ +--- +title: DBT Cloud Troubleshooting Guide | OpenMetadata Support +slug: /connectors/pipeline/dbtcloud/troubleshooting +--- + +{% partial file="/v1.7/connectors/troubleshooting.md" /%} diff --git a/openmetadata-docs/content/v1.7.x-SNAPSHOT/menu.md b/openmetadata-docs/content/v1.7.x-SNAPSHOT/menu.md index b160433ef4e..c17bc654f89 100644 --- a/openmetadata-docs/content/v1.7.x-SNAPSHOT/menu.md +++ b/openmetadata-docs/content/v1.7.x-SNAPSHOT/menu.md @@ -572,10 +572,14 @@ site_menu: url: /connectors/pipeline/airbyte - category: Connectors / Pipeline / Airbyte / Run Externally url: /connectors/pipeline/airbyte/yaml + - category: Connectors / Pipeline / Airbyte / Troubleshooting + url: /connectors/pipeline/airbyte/troubleshooting - category: Connectors / Pipeline / Airflow url: /connectors/pipeline/airflow - category: Connectors / Pipeline / Airflow / Run Externally url: /connectors/pipeline/airflow/yaml + - category: Connectors / Pipeline / Airflow / Troubleshooting + url: /connectors/search/airflow/troubleshooting - category: Connectors / Pipeline / Airflow / Lineage Backend url: /connectors/pipeline/airflow/lineage-backend - category: Connectors / Pipeline / Airflow / Lineage Operator @@ -590,10 +594,14 @@ site_menu: url: /connectors/pipeline/dagster - category: Connectors / Pipeline / Dagster / Run Externally url: /connectors/pipeline/dagster/yaml + - category: Connectors / Pipeline / Dagster / Troubleshooting + url: /connectors/pipeline/dagster/troubleshooting - category: Connectors / Pipeline / dbt Cloud url: /connectors/pipeline/dbtcloud - category: Connectors / Pipeline / dbt Cloud / Run Externally url: /connectors/pipeline/dbtcloud/yaml + - category: Connectors / Pipeline / dbt Cloud / Troubleshooting + url: /connectors/pipeline/dbtcloud/troubleshooting - category: Connectors / Pipeline / KafkaConnect url: /connectors/pipeline/kafkaconnect - category: Connectors / Pipeline / KafkaConnect / Run Externally @@ -602,6 +610,8 @@ site_menu: url: /connectors/pipeline/databricks-pipeline - category: Connectors / Pipeline / Databricks Pipeline / Run Externally url: /connectors/pipeline/databricks-pipeline/yaml + - category: Connectors / Pipeline / Databricks Pipeline / Troubleshooting + url: /connectors/pipeline/databricks-pipeline/troubleshooting - category: Connectors / Pipeline / Domo Pipeline url: /connectors/pipeline/domo-pipeline - category: Connectors / Pipeline / Domo Pipeline / Run Externally