Skip to content

Commit 0c5b2ca

Browse files
RounakDhillon“Rounak
andauthored
Docs: Note Addition for Connection Details (#508)
* Docs: Note Addition for Connection Details * Docs: Note Addition for Connection Details * Docs: Note Addition for Connection Details --------- Co-authored-by: “Rounak <“[email protected]”>
1 parent 9646820 commit 0c5b2ca

File tree

102 files changed

+1527
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1527
-0
lines changed

content/v1.10.x/connectors/api/rest/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,21 @@ Configure and schedule REST metadata workflows from the OpenMetadata UI:
4646

4747
#### Connection Options
4848

49+
{% collateContent %}
50+
51+
{% note %}
52+
53+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
54+
55+
```
56+
password: secret:/my/database/password
57+
```
58+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
59+
60+
{% /note %}
61+
62+
{% /collateContent %}
63+
4964
**OpenAPI Schema URL**:
5065
An OpenAPI schema URL typically refers to the URL where the OpenAPI Specification (OAS) document of a web service is hosted. The document defines the service's API, including available endpoints, request/response formats, authentication methods, etc. It is usually in JSON format. for e.g. `https://petstore3.swagger.io/api/v3/openapi.json`
5166

content/v1.10.x/connectors/dashboard/lightdash/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ To integrate Lightdash, ensure you are using OpenMetadata version 1.2.x or highe
4444

4545
#### Connection Details
4646

47+
{% collateContent %}
48+
49+
{% note %}
50+
51+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
52+
53+
```
54+
password: secret:/my/database/password
55+
```
56+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
57+
58+
{% /note %}
59+
60+
{% /collateContent %}
4761

4862
- **Host and Port**: Specify the network location where your Lightdash instance is accessible, combining both hostname and port in a URI format: either `http://hostname:port` or `https://hostname:port`, based on your security needs.
4963

content/v1.10.x/connectors/dashboard/looker/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,21 @@ We do not yet support liquid variables.
6767

6868
#### Connection Details
6969

70+
{% collateContent %}
71+
72+
{% note %}
73+
74+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
75+
76+
```
77+
password: secret:/my/database/password
78+
```
79+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
80+
81+
{% /note %}
82+
83+
{% /collateContent %}
84+
7085
- **Host and Port**: URL to the Looker instance, e.g., `https://my-company.region.looker.com`.
7186
- **Client ID**: User's Client ID to authenticate to the SDK. This user should have privileges to read all the metadata in Looker.
7287
- **Client Secret**: User's Client Secret for the same ID provided.

content/v1.10.x/connectors/dashboard/powerbi/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,21 @@ For reference here is a [thread](https://community.powerbi.com/t5/Service/Error-
119119

120120
#### Connection Details
121121

122+
{% collateContent %}
123+
124+
{% note %}
125+
126+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
127+
128+
```
129+
password: secret:/my/database/password
130+
```
131+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
132+
133+
{% /note %}
134+
135+
{% /collateContent %}
136+
122137
**clientId**: PowerBI Client ID.
123138

124139
To get the client ID (also known as application ID), follow these steps:

content/v1.10.x/connectors/dashboard/qlikcloud/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,21 @@ To deploy OpenMetadata, check the Deployment guides.
4646

4747
#### Connection Details
4848

49+
{% collateContent %}
50+
51+
{% note %}
52+
53+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
54+
55+
```
56+
password: secret:/my/database/password
57+
```
58+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
59+
60+
{% /note %}
61+
62+
{% /collateContent %}
63+
4964
- **Qlik Cloud Host Port**: This field refers to the base url of your Qlik Cloud Portal, will be used for generating the redirect links for dashboards and charts. Example: `https://<TenantURL>.qlikcloud.com`
5065
- **Qlik Cloud API Token**: Enter the API token for Qlik Cloud APIs access. Refer to [this](https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-generate-api-keys.htm) document for more details about. Example: `eyJhbGciOiJFU***`.
5166
- **Qlik Cloud Space Types**: Select relevant space types of Qlik Cloud to filter the dashboards ingested into the platform. Example: `Personal`, `Shared`, `Managed`, `Data`.

content/v1.10.x/connectors/dashboard/redash/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,21 @@ permissions, please visit Redash documentation [here](https://redash.io/help/use
4747

4848
#### Connection Details
4949

50+
{% collateContent %}
51+
52+
{% note %}
53+
54+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
55+
56+
```
57+
password: secret:/my/database/password
58+
```
59+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
60+
61+
{% /note %}
62+
63+
{% /collateContent %}
64+
5065
- **Host and Port**: URL to the Redash instance.
5166
- **Username**: Specify the User to connect to Redash. It should have enough privileges to read all the metadata.
5267
- **API Key**: API key of the redash instance to access. It has the same permissions as the user who owns it. Can be found on a user profile page.

content/v1.10.x/connectors/dashboard/sigma/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@ OpenMetadata relies on Sigma's REST API. To know more you can read the [Sigma AP
4444

4545
#### Connection Details
4646

47+
{% collateContent %}
48+
49+
{% note %}
50+
51+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
52+
53+
```
54+
password: secret:/my/database/password
55+
```
56+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
57+
58+
{% /note %}
59+
60+
{% /collateContent %}
61+
4762
**hostPort**: Host and Port Sigma REST API.
4863
The hostPort parameter specifies the host and port of the Sigma's API request URL. This should be specified as a string in the format `https://aws-api.sigmacomputing.com`. Sigma's API request URL varies according to the sigma cloud. you can determine your API url by following the docs [here](https://help.sigmacomputing.com/reference/get-started-sigma-api#identify-your-api-request-url)
4964

content/v1.10.x/connectors/database/azuresql/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,21 @@ GRANT SELECT TO Mary;
5959

6060
#### Connection Options
6161

62+
{% collateContent %}
63+
64+
{% note %}
65+
66+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
67+
68+
```
69+
password: secret:/my/database/password
70+
```
71+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
72+
73+
{% /note %}
74+
75+
{% /collateContent %}
76+
6277
- **Username**: Specify the User to connect to AzureSQL. It should have enough privileges to read all the metadata.
6378
- **Password**: Password to connect to AzureSQL.
6479
- **Host and Port**: Enter the fully qualified hostname and port number for your AzureSQL deployment in the Host and Port field.

content/v1.10.x/connectors/database/clickhouse/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,21 @@ For the usage and lineage workflow, the user will need `SELECT` privilege. You c
7878

7979
#### Connection Options
8080

81+
{% collateContent %}
82+
83+
{% note %}
84+
85+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
86+
87+
```
88+
password: secret:/my/database/password
89+
```
90+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
91+
92+
{% /note %}
93+
94+
{% /collateContent %}
95+
8196
- **Username**: Specify the User to connect to Clickhouse. It should have enough privileges to read all the metadata.
8297
- **Password**: Password to connect to Clickhouse.
8398
- **Host and Port**: Enter the fully qualified hostname and port number for your Clickhouse deployment in the Host and Port field.

content/v1.10.x/connectors/database/databricks/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,21 @@ If you are using unity catalog in Databricks, then checkout the [Unity Catalog](
113113

114114
#### Connection Details
115115

116+
{% collateContent %}
117+
118+
{% note %}
119+
120+
If you are using a **Hybrid Ingestion Runner**, passwords must be referenced securely via secret paths using the following format:
121+
122+
```
123+
password: secret:/my/database/password
124+
```
125+
For more details, refer to the [Hybrid Ingestion Runner Secret Management Guide](https://docs.getcollate.io/getting-started/day-1/hybrid-saas/hybrid-ingestion-runner#3.-manage-secrets-securely).
126+
127+
{% /note %}
128+
129+
{% /collateContent %}
130+
116131
- **Host and Port**: Enter the fully qualified hostname and port number for your Databricks deployment in the Host and Port field.
117132

118133
- **Authentication Type**: Choose one of the following authentication methods:

0 commit comments

Comments
 (0)