GitBook: [#38] 0.5.0 changed to 0.6.0

This commit is contained in:
Ayush Shah 2021-11-24 18:33:41 +00:00 committed by Sriharsha Chintalapani
parent 2aca271190
commit fe5c6a6fa6

View File

@ -36,10 +36,9 @@ Sample Data, Tables, Usage, Users, Topics, and Dashboards.
```bash
#Make sure the OpenMetadata Server is up and running
cd openmetadata-0.5.0/ingestion
cd openmetadata-0.6.0/ingestion
metadata ingest -c ./pipelines/sample_data.json
metadata ingest -c ./pipelines/sample_usage.json
metadata ingest -c ./pipelines/sample_users.json
```
### Index Sample Data into ElasticSearch
@ -58,6 +57,6 @@ Index sample data in ElasticSearch:
```bash
#Make sure the OpenMetadata Server is up and running
cd openmetadata-0.5.0/ingestion
cd openmetadata-0.6.0/ingestion
metadata ingest -c ./pipelines/metadata_to_es.json
```