mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-03 07:07:22 +00:00
GitBook: [main] 4 pages modified
This commit is contained in:
parent
c05cc2c37d
commit
fd59b1a801
@ -9,3 +9,4 @@ Follow the sections in this guide to set up Google SSO.
|
|||||||
{% page-ref page="auth0-config.md" %}
|
{% page-ref page="auth0-config.md" %}
|
||||||
|
|
||||||
{% page-ref page="configure-security-ingestion.md" %}
|
{% page-ref page="configure-security-ingestion.md" %}
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
## Step 2: Create a new Application
|
## Step 2: Create a new Application
|
||||||
|
|
||||||
* Once you are on the Dashboard Page, click on `Application > Application` \
|
* Once you are on the Dashboard Page, click on `Application > Application` \
|
||||||
|
|
||||||
available on the left-hand side panel.
|
available on the left-hand side panel.
|
||||||
|
|
||||||

|

|
||||||
@ -39,3 +40,4 @@
|
|||||||
* You will find you `Client ID`, `Client Secret` and `Domain`.
|
* You will find you `Client ID`, `Client Secret` and `Domain`.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
description: This is a guide to create ingestion bot service account.
|
description: This is a guide to create ingestion bot service account.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Create Service Account/Client-Credential Flow
|
# Create Service Account
|
||||||
|
|
||||||
## Step 1: Enable Client-Credential
|
## Step 1: Enable Client-Credential
|
||||||
|
|
||||||
@ -70,7 +70,9 @@ description: This is a guide to create ingestion bot service account.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
* Select which permissions (scopes) should be granted to the client. \
|
* Select which permissions \(scopes\) should be granted to the client. \
|
||||||
|
|
||||||
Click on `Update`.
|
Click on `Update`.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
@ -23,6 +23,9 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
|
|||||||
```bash
|
```bash
|
||||||
python3 -m pip install 'openmetadata-ingestion[sample-tables, elasticsearch]'
|
python3 -m pip install 'openmetadata-ingestion[sample-tables, elasticsearch]'
|
||||||
python3 -m spacy download en_core_web_sm
|
python3 -m spacy download en_core_web_sm
|
||||||
|
|
||||||
|
git clone https://github.com/open-metadata/OpenMetadata.git
|
||||||
|
cd OpenMetadata/ingestion
|
||||||
```
|
```
|
||||||
{% endtab %}
|
{% endtab %}
|
||||||
|
|
||||||
@ -61,6 +64,7 @@ docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elas
|
|||||||
Index sample data in ElasticSearch:
|
Index sample data in ElasticSearch:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cd OpenMetadata/ingestion
|
||||||
metadata ingest -c ./pipelines/metadata_to_es.json
|
metadata ingest -c ./pipelines/metadata_to_es.json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user