mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-21 15:38:11 +00:00
Fix: Updated docs for domo bigquery (#8843)
This commit is contained in:
parent
bc215515d8
commit
185872ca08
@ -12,4 +12,4 @@ slug: /connectors/dashboard
|
||||
- [Redash](/connectors/dashboard/redash)
|
||||
- [Superset](/connectors/dashboard/superset)
|
||||
- [Tableau](/connectors/dashboard/tableau)
|
||||
- [DomoDashboard](/connectors/dashboard/domo-dashboard)
|
||||
- [Domo Dashboard](/connectors/dashboard/domo-dashboard)
|
@ -83,7 +83,7 @@ source:
|
||||
credentials:
|
||||
gcsConfig:
|
||||
type: My Type
|
||||
projectId: project ID
|
||||
projectId: project ID # ["project-id-1", "project-id-2"]
|
||||
privateKeyId: us-east-2
|
||||
privateKey: |
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
@ -459,7 +459,7 @@ source:
|
||||
credentials:
|
||||
gcsConfig:
|
||||
type: My Type
|
||||
projectId: project ID
|
||||
projectId: project ID # ["project-id-1", "project-id-2"]
|
||||
privateKeyId: us-east-2
|
||||
privateKey: |
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
@ -550,7 +550,7 @@ source:
|
||||
credentials:
|
||||
gcsConfig:
|
||||
type: My Type
|
||||
projectId: project ID
|
||||
projectId: project ID # ["project-id-1", "project-id-2"]
|
||||
privateKeyId: us-east-2
|
||||
privateKey: |
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
|
@ -83,7 +83,7 @@ source:
|
||||
credentials:
|
||||
gcsConfig:
|
||||
type: My Type
|
||||
projectId: project ID
|
||||
projectId: project ID # ["project-id-1", "project-id-2"]
|
||||
privateKeyId: us-east-2
|
||||
privateKey: |
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
@ -412,7 +412,7 @@ source:
|
||||
credentials:
|
||||
gcsConfig:
|
||||
type: My Type
|
||||
projectId: project ID
|
||||
projectId: project ID # ["project-id-1", "project-id-2"]
|
||||
privateKeyId: us-east-2
|
||||
privateKey: |
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
@ -507,7 +507,7 @@ source:
|
||||
credentials:
|
||||
gcsConfig:
|
||||
type: My Type
|
||||
projectId: project ID
|
||||
projectId: project ID # ["project-id-1", "project-id-2"]
|
||||
privateKeyId: us-east-2
|
||||
privateKey: |
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
|
@ -156,11 +156,14 @@ the changes.
|
||||
|
||||
- **Host and Port**: This is the BigQuery APIs URL.
|
||||
- **Username (Optional)**: Specify the User to connect to BigQuery. It should have enough privileges to read all the metadata.
|
||||
- **Project ID (Optional)**: The BigQuery Project ID is required only if the credentials path is being used instead of values.
|
||||
- **Project ID(Optional)**: The BigQuery Project ID is required only if the credentials path is being used instead of values.
|
||||
To add multiple Project ID, select `Multiple Project ID` under `Project ID` option.
|
||||
- **GCS Credentials**: We support two ways of authenticating to BigQuery:
|
||||
1. Passing the raw credential values provided by BigQuery. This requires us to provide the following information, all provided by BigQuery:
|
||||
- Credentials type, e.g., `service_account`
|
||||
- Project ID
|
||||
- Single Project ID: To add single ProjectID
|
||||
- Multiple Project ID: To add multiple ProjectID
|
||||
- Private Key ID
|
||||
- Private Key
|
||||
- Client Email
|
||||
|
@ -0,0 +1,39 @@
|
||||
---
|
||||
title: Datalake Connector Troubleshooting
|
||||
slug: /connectors/database/domo-database/troubleshoot
|
||||
---
|
||||
|
||||
# Troubleshooting
|
||||
|
||||
Learn how to resolve the most common problems people encounter in the Domo Database connector.
|
||||
|
||||
### 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
|
||||
src="/images/openmetadata/connectors/domodatabase/client-id.png"
|
||||
alt="Client-id"
|
||||
caption="Find Services under the Settings menu"
|
||||
/>
|
||||
|
||||
### 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`.
|
||||
* Under `Authentication` you will find `Access tokens`.
|
||||
<Image
|
||||
src="/images/openmetadata/connectors/domodatabase/access-token.png"
|
||||
alt="Access Token"
|
||||
caption="access-token"
|
||||
/>
|
||||
|
||||
### 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"
|
||||
alt="Scopes"
|
||||
caption="Scopes"
|
||||
/>
|
||||
|
||||
Please, ensure you have a Bucket Policy with the permissions explained in the requirement section [here](/connectors/database/domo-database).
|
||||
|
@ -28,3 +28,4 @@ slug: /connectors/database
|
||||
- [Snowflake](/connectors/database/snowflake)
|
||||
- [Trino](/connectors/database/trino)
|
||||
- [Vertica](/connectors/database/vertica)
|
||||
- [Domo Database](/connectors/database/domo-database)
|
||||
|
@ -340,6 +340,8 @@ site_menu:
|
||||
url: /connectors/database/domo-database/airflow
|
||||
- category: Connectors / Database / Domo Database / CLI
|
||||
url: /connectors/database/domo-database/cli
|
||||
- category: Connectors / Database / Domo Database / Troubleshoot
|
||||
url: /connectors/database/domo-database/troubleshoot
|
||||
|
||||
- category: Connectors / Dashboard
|
||||
url: /connectors/dashboard
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 934 KiB |
Binary file not shown.
Before Width: | Height: | Size: 241 KiB After Width: | Height: | Size: 444 KiB |
Binary file not shown.
After Width: | Height: | Size: 269 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
Binary file not shown.
After Width: | Height: | Size: 210 KiB |
Loading…
x
Reference in New Issue
Block a user