From f4dc5341f0a21d605b71742e1b69d47e2f0c9bbe Mon Sep 17 00:00:00 2001 From: Parth Panchal Date: Mon, 20 Sep 2021 06:55:32 +0000 Subject: [PATCH] GitBook: [0.4.0] one page modified --- .../install/metadata-ingestion/ingest-sample-data.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/install/metadata-ingestion/ingest-sample-data.md b/docs/install/metadata-ingestion/ingest-sample-data.md index 837c1d0c4fc8..954eba57115b 100644 --- a/docs/install/metadata-ingestion/ingest-sample-data.md +++ b/docs/install/metadata-ingestion/ingest-sample-data.md @@ -16,13 +16,12 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL. 1. Python 3.7 or above {% endhint %} -### Install from PyPI or Source +### Install from PyPI {% tabs %} {% tab title="Install Using PyPI" %} ```bash -python3 -m pip install 'openmetadata-ingestion[sample-tables, elasticsearch]' -python3 -m spacy download en_core_web_sm +python3 -m pip install 'openmetadata-ingestion[sample-data, elasticsearch]' git clone https://github.com/open-metadata/OpenMetadata.git cd OpenMetadata/ingestion @@ -35,12 +34,7 @@ cd OpenMetadata/ingestion 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 +metadata ingest -c ./examples/workflows/sample_data.json ``` ### Index Sample Data into ElasticSearch