From c81446e2beae94e83d73e113d7dd925f62507853 Mon Sep 17 00:00:00 2001 From: NiharDoshi99 <51595473+NiharDoshi99@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:59:35 +0530 Subject: [PATCH] updated domo docs (#10005) * updated domo docs * changed as per comment --- .../connectors/dashboard/domo-dashboard/airflow.md | 7 +++++++ .../content/connectors/dashboard/domo-dashboard/cli.md | 7 +++++++ .../content/connectors/dashboard/domo-dashboard/index.md | 7 +++++++ .../content/connectors/database/domo-database/airflow.md | 7 +++++++ .../content/connectors/database/domo-database/cli.md | 7 +++++++ .../content/connectors/database/domo-database/index.md | 7 +++++++ .../connectors/database/domo-database/troubleshoot.md | 8 +++----- .../content/connectors/pipeline/domo-pipeline/airflow.md | 7 +++++++ .../content/connectors/pipeline/domo-pipeline/cli.md | 7 +++++++ .../content/connectors/pipeline/domo-pipeline/index.md | 7 +++++++ 10 files changed, 66 insertions(+), 5 deletions(-) diff --git a/openmetadata-docs/content/connectors/dashboard/domo-dashboard/airflow.md b/openmetadata-docs/content/connectors/dashboard/domo-dashboard/airflow.md index 4e0089f64e7..578948500bf 100644 --- a/openmetadata-docs/content/connectors/dashboard/domo-dashboard/airflow.md +++ b/openmetadata-docs/content/connectors/dashboard/domo-dashboard/airflow.md @@ -20,6 +20,13 @@ To deploy OpenMetadata, check the Deployment guides. To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. + + +For metadata ingestion, kindly make sure add alteast `dashboard` scopes to the clientId provided. +Question related to scopes, click [here](https://developer.domo.com/docs/authentication/quickstart-5). + + + ### Python Requirements To run the Domo-Dashboard ingestion, you will need to install: diff --git a/openmetadata-docs/content/connectors/dashboard/domo-dashboard/cli.md b/openmetadata-docs/content/connectors/dashboard/domo-dashboard/cli.md index df6fd88394c..0e5bc5aa462 100644 --- a/openmetadata-docs/content/connectors/dashboard/domo-dashboard/cli.md +++ b/openmetadata-docs/content/connectors/dashboard/domo-dashboard/cli.md @@ -20,6 +20,13 @@ To deploy OpenMetadata, check the Deployment guides. To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. + + +For metadata ingestion, kindly make sure add alteast `dashboard` scopes to the clientId provided. +Question related to scopes, click [here](https://developer.domo.com/docs/authentication/quickstart-5). + + + ### Python Requirements To run the DomoDashboard ingestion, you will need to install: diff --git a/openmetadata-docs/content/connectors/dashboard/domo-dashboard/index.md b/openmetadata-docs/content/connectors/dashboard/domo-dashboard/index.md index d9ba89d9aea..e0942cf2462 100644 --- a/openmetadata-docs/content/connectors/dashboard/domo-dashboard/index.md +++ b/openmetadata-docs/content/connectors/dashboard/domo-dashboard/index.md @@ -40,6 +40,13 @@ To deploy OpenMetadata, check the Deployment guides. To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. + + +For metadata ingestion, kindly make sure add alteast `dashboard` scopes to the clientId provided. +Question related to scopes, click [here](https://developer.domo.com/docs/authentication/quickstart-5). + + + ## Metadata Ingestion ### 1. Visit the Services Page diff --git a/openmetadata-docs/content/connectors/database/domo-database/airflow.md b/openmetadata-docs/content/connectors/database/domo-database/airflow.md index bea1eb139db..ac28d6d5725 100644 --- a/openmetadata-docs/content/connectors/database/domo-database/airflow.md +++ b/openmetadata-docs/content/connectors/database/domo-database/airflow.md @@ -22,6 +22,13 @@ To deploy OpenMetadata, check the Deployment guides. To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. + + +For metadata ingestion, kindly make sure add alteast `data` scopes to the clientId provided. +Question related to scopes, click [here](https://developer.domo.com/docs/authentication/quickstart-5). + + + ### Python Requirements To run the DomoDatabase ingestion, you will need to install: diff --git a/openmetadata-docs/content/connectors/database/domo-database/cli.md b/openmetadata-docs/content/connectors/database/domo-database/cli.md index 8cef4361b26..ee48e11782b 100644 --- a/openmetadata-docs/content/connectors/database/domo-database/cli.md +++ b/openmetadata-docs/content/connectors/database/domo-database/cli.md @@ -22,6 +22,13 @@ To deploy OpenMetadata, check the Deployment guides. To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. + + +For metadata ingestion, kindly make sure add alteast `data` scopes to the clientId provided. +Question related to scopes, click [here](https://developer.domo.com/docs/authentication/quickstart-5). + + + ### Python Requirements To run the DomoDatabase ingestion, you will need to install: diff --git a/openmetadata-docs/content/connectors/database/domo-database/index.md b/openmetadata-docs/content/connectors/database/domo-database/index.md index 1ba9c4ef38a..91a756884d0 100644 --- a/openmetadata-docs/content/connectors/database/domo-database/index.md +++ b/openmetadata-docs/content/connectors/database/domo-database/index.md @@ -42,6 +42,13 @@ To deploy OpenMetadata, check the Deployment guides. To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. + + +For metadata ingestion, kindly make sure add alteast `data` scopes to the clientId provided. +Question related to scopes, click [here](https://developer.domo.com/docs/authentication/quickstart-5). + + + ## Metadata Ingestion ### 1. Visit the Services Page diff --git a/openmetadata-docs/content/connectors/database/domo-database/troubleshoot.md b/openmetadata-docs/content/connectors/database/domo-database/troubleshoot.md index 9d0fc05eaab..64dffced80a 100644 --- a/openmetadata-docs/content/connectors/database/domo-database/troubleshoot.md +++ b/openmetadata-docs/content/connectors/database/domo-database/troubleshoot.md @@ -7,7 +7,7 @@ slug: /connectors/database/domo-database/troubleshoot Learn how to resolve the most common problems people encounter in the Domo Database connector. -### How to find clientId ? +### How to find clientId? * You can find your `clientId` by [logging](https://developer.domo.com/) into your domo instance. * After that click on `My Account`> `Manage Clients`(if created). Client-id -### Where to find accessToken ? +### Where to find accessToken? * You need to generate accessToken. * [Login](https://www.domo.com/login) into your sandbox domain ex. `.domo.com`. * Click on the `MORE` button on navbar, after that click on `Admin`. @@ -27,7 +27,7 @@ alt="Access Token" caption="access-token" /> -### Where can I find my scopes ? +### Where can I find my scopes? * Scopes can be find Under `Manage Clients` section in `My Account` (If client not found, click [here](#how-to-find-clientid)) Scopes -Please, ensure you have a Bucket Policy with the permissions explained in the requirement section [here](/connectors/database/domo-database). - diff --git a/openmetadata-docs/content/connectors/pipeline/domo-pipeline/airflow.md b/openmetadata-docs/content/connectors/pipeline/domo-pipeline/airflow.md index 3679aa70c5e..5b483b0efb8 100644 --- a/openmetadata-docs/content/connectors/pipeline/domo-pipeline/airflow.md +++ b/openmetadata-docs/content/connectors/pipeline/domo-pipeline/airflow.md @@ -20,6 +20,13 @@ To deploy OpenMetadata, check the Deployment guides. To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. + + +For metadata ingestion, kindly make sure add alteast `data` scopes to the clientId provided. +Question related to scopes, click [here](https://developer.domo.com/docs/authentication/quickstart-5). + + + ### Python Requirements To run the domopipeline ingestion, you will need to install: diff --git a/openmetadata-docs/content/connectors/pipeline/domo-pipeline/cli.md b/openmetadata-docs/content/connectors/pipeline/domo-pipeline/cli.md index 045b5305878..1e53ee4b8e3 100644 --- a/openmetadata-docs/content/connectors/pipeline/domo-pipeline/cli.md +++ b/openmetadata-docs/content/connectors/pipeline/domo-pipeline/cli.md @@ -20,6 +20,13 @@ To deploy OpenMetadata, check the Deployment guides. To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. + + +For metadata ingestion, kindly make sure add alteast `data` scopes to the clientId provided. +Question related to scopes, click [here](https://developer.domo.com/docs/authentication/quickstart-5). + + + ### Python Requirements To run the Domo Pipeline ingestion, you will need to install: diff --git a/openmetadata-docs/content/connectors/pipeline/domo-pipeline/index.md b/openmetadata-docs/content/connectors/pipeline/domo-pipeline/index.md index 2721e1f4456..5792e231258 100644 --- a/openmetadata-docs/content/connectors/pipeline/domo-pipeline/index.md +++ b/openmetadata-docs/content/connectors/pipeline/domo-pipeline/index.md @@ -40,6 +40,13 @@ To deploy OpenMetadata, check the Deployment guides. To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. + + +For metadata ingestion, kindly make sure add alteast `data` scopes to the clientId provided. +Question related to scopes, click [here](https://developer.domo.com/docs/authentication/quickstart-5). + + + ## Metadata Ingestion ### 1. Visit the Services Page