mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +00:00
updated domo docs (#10005)
* updated domo docs * changed as per comment
This commit is contained in:
parent
8c7c21bd54
commit
c81446e2be
@ -20,6 +20,13 @@ To deploy OpenMetadata, check the <a href="/deployment">Deployment</a> 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.
|
||||
|
||||
<Note>
|
||||
|
||||
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).
|
||||
|
||||
</Note>
|
||||
|
||||
### Python Requirements
|
||||
|
||||
To run the Domo-Dashboard ingestion, you will need to install:
|
||||
|
@ -20,6 +20,13 @@ To deploy OpenMetadata, check the <a href="/deployment">Deployment</a> 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.
|
||||
|
||||
<Note>
|
||||
|
||||
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).
|
||||
|
||||
</Note>
|
||||
|
||||
### Python Requirements
|
||||
|
||||
To run the DomoDashboard ingestion, you will need to install:
|
||||
|
@ -40,6 +40,13 @@ To deploy OpenMetadata, check the <a href="/deployment">Deployment</a> 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.
|
||||
|
||||
<Note>
|
||||
|
||||
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).
|
||||
|
||||
</Note>
|
||||
|
||||
## Metadata Ingestion
|
||||
|
||||
### 1. Visit the Services Page
|
||||
|
@ -22,6 +22,13 @@ To deploy OpenMetadata, check the <a href="/deployment">Deployment</a> 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.
|
||||
|
||||
<Note>
|
||||
|
||||
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).
|
||||
|
||||
</Note>
|
||||
|
||||
### Python Requirements
|
||||
|
||||
To run the DomoDatabase ingestion, you will need to install:
|
||||
|
@ -22,6 +22,13 @@ To deploy OpenMetadata, check the <a href="/deployment">Deployment</a> 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.
|
||||
|
||||
<Note>
|
||||
|
||||
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).
|
||||
|
||||
</Note>
|
||||
|
||||
### Python Requirements
|
||||
|
||||
To run the DomoDatabase ingestion, you will need to install:
|
||||
|
@ -42,6 +42,13 @@ To deploy OpenMetadata, check the <a href="/deployment">Deployment</a> 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.
|
||||
|
||||
<Note>
|
||||
|
||||
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).
|
||||
|
||||
</Note>
|
||||
|
||||
## Metadata Ingestion
|
||||
|
||||
### 1. Visit the Services Page
|
||||
|
@ -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).
|
||||
<Image
|
||||
@ -16,7 +16,7 @@ alt="Client-id"
|
||||
caption="Find Services under the Settings menu"
|
||||
/>
|
||||
|
||||
### Where to find accessToken ?
|
||||
### Where to find accessToken?
|
||||
* You need to generate accessToken.
|
||||
* [Login](https://www.domo.com/login) into your sandbox domain ex. `<your-domain>.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))
|
||||
<Image
|
||||
src="/images/openmetadata/connectors/domodatabase/scopes.jpeg"
|
||||
@ -35,5 +35,3 @@ alt="Scopes"
|
||||
caption="Scopes"
|
||||
/>
|
||||
|
||||
Please, ensure you have a Bucket Policy with the permissions explained in the requirement section [here](/connectors/database/domo-database).
|
||||
|
||||
|
@ -20,6 +20,13 @@ To deploy OpenMetadata, check the <a href="/deployment">Deployment</a> 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.
|
||||
|
||||
<Note>
|
||||
|
||||
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).
|
||||
|
||||
</Note>
|
||||
|
||||
### Python Requirements
|
||||
|
||||
To run the domopipeline ingestion, you will need to install:
|
||||
|
@ -20,6 +20,13 @@ To deploy OpenMetadata, check the <a href="/deployment">Deployment</a> 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.
|
||||
|
||||
<Note>
|
||||
|
||||
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).
|
||||
|
||||
</Note>
|
||||
|
||||
### Python Requirements
|
||||
|
||||
To run the Domo Pipeline ingestion, you will need to install:
|
||||
|
@ -40,6 +40,13 @@ To deploy OpenMetadata, check the <a href="/deployment">Deployment</a> 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.
|
||||
|
||||
<Note>
|
||||
|
||||
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).
|
||||
|
||||
</Note>
|
||||
|
||||
## Metadata Ingestion
|
||||
|
||||
### 1. Visit the Services Page
|
||||
|
Loading…
x
Reference in New Issue
Block a user