From 60dc4b44bc34e6914cdfaaf6d044d00e78760153 Mon Sep 17 00:00:00 2001 From: Ayush Shah Date: Tue, 23 Nov 2021 13:59:48 +0000 Subject: [PATCH] GitBook: [#32] Page link Glue Catalog --- docs/install/metadata-ingestion/connectors/README.md | 2 +- docs/install/metadata-ingestion/ingest-sample-data.md | 5 +++-- docs/install/run-in-production.md | 2 +- docs/install/run-openmetadata.md | 3 +-- docs/open-source-community/developer/README.md | 4 ++++ 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/install/metadata-ingestion/connectors/README.md b/docs/install/metadata-ingestion/connectors/README.md index 94a7ca715a1..a80160b2416 100644 --- a/docs/install/metadata-ingestion/connectors/README.md +++ b/docs/install/metadata-ingestion/connectors/README.md @@ -11,7 +11,7 @@ OpenMetadata supports connectors to some popular services. We will continue as a * [DBT](../../../connectors/data-model/dbt.md) * [MariaDB](../../../connectors/data-model/mariadb.md) * [ElasticSearch](../../../openmetadata/connectors/elastic-search.md) -* Glue Catalog +* [Glue Catalog](../../../connectors/glue-catalog.md) * [MSSQL](../../../openmetadata/connectors/mssql.md) * [MySQL](../../../openmetadata/connectors/mysql.md) * [Hive](../../../openmetadata/connectors/hive.md) diff --git a/docs/install/metadata-ingestion/ingest-sample-data.md b/docs/install/metadata-ingestion/ingest-sample-data.md index 4c9c07730b7..82c6dd8f437 100644 --- a/docs/install/metadata-ingestion/ingest-sample-data.md +++ b/docs/install/metadata-ingestion/ingest-sample-data.md @@ -36,9 +36,10 @@ Sample Data, Tables, Usage, Users, Topics, and Dashboards. ```bash #Make sure the OpenMetadata Server is up and running -cd openmetadata-0.6.0/ingestion +cd openmetadata-0.5.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 @@ -57,6 +58,6 @@ Index sample data in ElasticSearch: ```bash #Make sure the OpenMetadata Server is up and running -cd openmetadata-0.6.0/ingestion +cd openmetadata-0.5.0/ingestion metadata ingest -c ./pipelines/metadata_to_es.json ``` diff --git a/docs/install/run-in-production.md b/docs/install/run-in-production.md index 591700b52da..20bec90d07b 100644 --- a/docs/install/run-in-production.md +++ b/docs/install/run-in-production.md @@ -21,7 +21,7 @@ Please refer to the previous section [Run Openmetadata](run-openmetadata.md) for OpenMetadata release ships with `./bin/openmetadata` init.d style script. ``` -cd openmetdata-0.6.0 +cd openmetdata-0.5.0 ./bin/openmetdata start ``` diff --git a/docs/install/run-openmetadata.md b/docs/install/run-openmetadata.md index 8bd7f8985c5..d5d2eea34a2 100644 --- a/docs/install/run-openmetadata.md +++ b/docs/install/run-openmetadata.md @@ -51,8 +51,7 @@ Preferences -> Resources -> Advanced Create a new directory for OpenMetadata and navigate into that directory. ``` -mkdir openmetadata-docker -cd openmetadata-docker +mkdir openmetadata-docker; cd openmetadata-docker ``` ### 2. Create a Python virtual environment diff --git a/docs/open-source-community/developer/README.md b/docs/open-source-community/developer/README.md index 4a7195c5d89..1efd6b3a2cf 100644 --- a/docs/open-source-community/developer/README.md +++ b/docs/open-source-community/developer/README.md @@ -25,3 +25,7 @@ This document summarizes information relevant to OpenMetadata committers and con {% content-ref url="ux-style-guide.md" %} [ux-style-guide.md](ux-style-guide.md) {% endcontent-ref %} + +{% content-ref url="generate-typescript-types-from-json-schema.md" %} +[generate-typescript-types-from-json-schema.md](generate-typescript-types-from-json-schema.md) +{% endcontent-ref %}