mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 04:14:34 +00:00
GitBook: [main] 85 pages modified
This commit is contained in:
parent
e2f4fe7b85
commit
f9319c7265
@ -84,7 +84,7 @@ Add optionally `pii` processor and `metadata-rest-tables` sink along with `metad
|
||||
}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest-tables",
|
||||
"type": "metadata-rest",
|
||||
"config": {
|
||||
}
|
||||
},
|
||||
|
@ -109,7 +109,7 @@ Add Optionally`pii` processor and `metadata-rest-tables` sink along with `metada
|
||||
}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest-tables",
|
||||
"type": "metadata-rest",
|
||||
"config": {
|
||||
"api_endpoint": "http://localhost:8585/api"
|
||||
}
|
||||
|
@ -79,7 +79,7 @@ Add optionally `pii` processor and `metadata-rest-tables` sink along with `metad
|
||||
"config": {}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest-tables",
|
||||
"type": "metadata-rest",
|
||||
"config": {}
|
||||
},
|
||||
"metadata_server": {
|
||||
|
@ -99,7 +99,7 @@ Add Optionally `pii` processor and `metadata-rest-tables` sink along with `metad
|
||||
}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest-tables",
|
||||
"type": "metadata-rest",
|
||||
"config": {
|
||||
}
|
||||
},
|
||||
|
@ -93,7 +93,7 @@ Add optionally `pii` processor and `metadata-rest-tables` sink along with `metad
|
||||
}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest-tables",
|
||||
"type": "metadata-rest",
|
||||
"config": {
|
||||
}
|
||||
},
|
||||
|
@ -84,7 +84,7 @@ Add optionally `pii` processor and `metadata-rest-tables` sink along with `metad
|
||||
}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest-tables",
|
||||
"type": "metadata-rest",
|
||||
"config": {
|
||||
}
|
||||
},
|
||||
|
@ -93,7 +93,7 @@ Add Optionally `pii` processor and `metadata-rest-tables` sink along with `metad
|
||||
"config": {}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest-tables",
|
||||
"type": "metadata-rest",
|
||||
"config": {}
|
||||
},
|
||||
"metadata_server": {
|
||||
|
@ -81,7 +81,7 @@ add `metadata-rest-tables` sink along with `metadata-server` config
|
||||
}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest-tables",
|
||||
"type": "metadata-rest",
|
||||
"config": {
|
||||
}
|
||||
},
|
||||
|
@ -90,7 +90,7 @@ Add optionally `pii` processor and `metadata-rest-tables` sink along with `metad
|
||||
"config": {}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest-tables",
|
||||
"type": "metadata-rest",
|
||||
"config": {}
|
||||
},
|
||||
"metadata_server": {
|
||||
|
@ -106,7 +106,7 @@ Add Optionally `pii` processor and `metadata-rest-tables` sink along with `metad
|
||||
"config": {}
|
||||
},
|
||||
"sink": {
|
||||
"type": "metadata-rest-tables",
|
||||
"type": "metadata-rest",
|
||||
"config": {}
|
||||
},
|
||||
"metadata_server": {
|
||||
|
@ -36,17 +36,22 @@ git clone https://github.com/open-metadata/OpenMetadata.git
|
||||
cd OpenMetadata/ingestion
|
||||
python3 -m venv env
|
||||
source env/bin/activate
|
||||
pip install '.[sample-tables, elasticsearch]'
|
||||
pip install '.[sample-data, elasticsearch]'
|
||||
```
|
||||
{% endtab %}
|
||||
{% endtabs %}
|
||||
|
||||
### Ingest sample tables, usage, and users
|
||||
### Ingest using Sample Pipelines consisting of
|
||||
|
||||
Sample Data, Tables, Usage, Users, Topics, and Dashboards.
|
||||
|
||||
```bash
|
||||
metadata ingest -c ./pipelines/sample_tables.json
|
||||
metadata ingest -c ./pipelines/sample_usage.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user