GitBook: [main] 85 pages modified

This commit is contained in:
Ayush Shah 2021-09-07 17:52:06 +00:00 committed by gitbook-bot
parent e2f4fe7b85
commit f9319c7265
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
11 changed files with 17 additions and 12 deletions

View File

@ -84,7 +84,7 @@ Add optionally `pii` processor and `metadata-rest-tables` sink along with `metad
} }
}, },
"sink": { "sink": {
"type": "metadata-rest-tables", "type": "metadata-rest",
"config": { "config": {
} }
}, },

View File

@ -109,7 +109,7 @@ Add Optionally`pii` processor and `metadata-rest-tables` sink along with `metada
} }
}, },
"sink": { "sink": {
"type": "metadata-rest-tables", "type": "metadata-rest",
"config": { "config": {
"api_endpoint": "http://localhost:8585/api" "api_endpoint": "http://localhost:8585/api"
} }

View File

@ -79,7 +79,7 @@ Add optionally `pii` processor and `metadata-rest-tables` sink along with `metad
"config": {} "config": {}
}, },
"sink": { "sink": {
"type": "metadata-rest-tables", "type": "metadata-rest",
"config": {} "config": {}
}, },
"metadata_server": { "metadata_server": {

View File

@ -99,7 +99,7 @@ Add Optionally `pii` processor and `metadata-rest-tables` sink along with `metad
} }
}, },
"sink": { "sink": {
"type": "metadata-rest-tables", "type": "metadata-rest",
"config": { "config": {
} }
}, },

View File

@ -93,7 +93,7 @@ Add optionally `pii` processor and `metadata-rest-tables` sink along with `metad
} }
}, },
"sink": { "sink": {
"type": "metadata-rest-tables", "type": "metadata-rest",
"config": { "config": {
} }
}, },

View File

@ -84,7 +84,7 @@ Add optionally `pii` processor and `metadata-rest-tables` sink along with `metad
} }
}, },
"sink": { "sink": {
"type": "metadata-rest-tables", "type": "metadata-rest",
"config": { "config": {
} }
}, },

View File

@ -93,7 +93,7 @@ Add Optionally `pii` processor and `metadata-rest-tables` sink along with `metad
"config": {} "config": {}
}, },
"sink": { "sink": {
"type": "metadata-rest-tables", "type": "metadata-rest",
"config": {} "config": {}
}, },
"metadata_server": { "metadata_server": {

View File

@ -81,7 +81,7 @@ add `metadata-rest-tables` sink along with `metadata-server` config
} }
}, },
"sink": { "sink": {
"type": "metadata-rest-tables", "type": "metadata-rest",
"config": { "config": {
} }
}, },

View File

@ -90,7 +90,7 @@ Add optionally `pii` processor and `metadata-rest-tables` sink along with `metad
"config": {} "config": {}
}, },
"sink": { "sink": {
"type": "metadata-rest-tables", "type": "metadata-rest",
"config": {} "config": {}
}, },
"metadata_server": { "metadata_server": {

View File

@ -106,7 +106,7 @@ Add Optionally `pii` processor and `metadata-rest-tables` sink along with `metad
"config": {} "config": {}
}, },
"sink": { "sink": {
"type": "metadata-rest-tables", "type": "metadata-rest",
"config": {} "config": {}
}, },
"metadata_server": { "metadata_server": {

View File

@ -36,17 +36,22 @@ git clone https://github.com/open-metadata/OpenMetadata.git
cd OpenMetadata/ingestion cd OpenMetadata/ingestion
python3 -m venv env python3 -m venv env
source env/bin/activate source env/bin/activate
pip install '.[sample-tables, elasticsearch]' pip install '.[sample-data, elasticsearch]'
``` ```
{% endtab %} {% endtab %}
{% endtabs %} {% endtabs %}
### Ingest sample tables, usage, and users ### Ingest using Sample Pipelines consisting of
Sample Data, Tables, Usage, Users, Topics, and Dashboards.
```bash ```bash
metadata ingest -c ./pipelines/sample_tables.json metadata ingest -c ./pipelines/sample_tables.json
metadata ingest -c ./pipelines/sample_usage.json metadata ingest -c ./pipelines/sample_usage.json
metadata ingest -c ./pipelines/sample_users.json metadata ingest -c ./pipelines/sample_users.json
metadata ingest -c ./pipelines/sample_topics.json
metadata ingest -c ./pipelines/sample_dashboards.json
metadata ingest -c ./pipelines/sample_data.json
``` ```
### Index Sample Data into ElasticSearch ### Index Sample Data into ElasticSearch