GitBook: [#99] Move "Metadata Ingestion" under "Connectors"

This commit is contained in:
Shannon Bradshaw 2022-03-16 16:12:33 +00:00 committed by Sriharsha Chintalapani
parent 4f2496ba8a
commit 6e38118be4
4 changed files with 12 additions and 15 deletions

View File

@ -12,6 +12,7 @@
## Integrations
* [Metadata Ingestion Overview](integrations/metadata-ingestion.md)
* [Connectors](integrations/connectors/README.md)
* [Airflow](integrations/connectors/airflow/README.md)
* [Airflow Metadata Ingestion](integrations/connectors/airflow/airflow.md)
@ -58,6 +59,7 @@
* [Trino](integrations/connectors/trino.md)
* [Vertica](integrations/connectors/vertica.md)
* [Troubleshoot Connectors](integrations/troubleshoot-connectors.md)
* [Ingest Sample Data](integrations/ingest-sample-data.md)
## Metadata Standard
@ -205,11 +207,6 @@
* [Metrics](../data-quality/data-quality-overview/metrics.md)
* [Tests](../data-quality/data-quality-overview/tests.md)
## Metadata Ingestion
* [Metadata Ingestion Overview](../metadata-ingestion/metadata-ingestion.md)
* [Ingest Sample Data](../metadata-ingestion/ingest-sample-data.md)
## Open Source Community
* [Community](open-source-community/community.md)

View File

@ -18,7 +18,7 @@ OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
### Run OpenMetadata Server
Please refer to the [Run OpenMetadata ](../docs/try-openmetadata/run-openmetadata/#install-on-your-local-machine)section to run the server manually or using [Docker](../docs/try-openmetadata/run-openmetadata/#run-docker).
Please refer to the [Run OpenMetadata ](../try-openmetadata/run-openmetadata/#install-on-your-local-machine)section to run the server manually or using [Docker](../try-openmetadata/run-openmetadata/#run-docker).
### Install from PyPI

View File

@ -0,0 +1,9 @@
# Metadata Ingestion Overview
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through [OpenMetadata APIs](../openmetadata-apis/apis/). It could be used in an orchestration framework(e.g. Apache Airflow) to ingest metadata.
## Guides
* [Explore Connectors & Install](connectors/)
* [Ingest Sample Data](ingest-sample-data.md)
* [Configure Airflow](connectors/airflow/airflow.md)

View File

@ -1,9 +0,0 @@
# Metadata Ingestion Overview
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through [OpenMetadata APIs](../docs/openmetadata-apis/apis/). It could be used in an orchestration framework(e.g. Apache Airflow) to ingest metadata.
## Guides
* [Ingest Sample Data](ingest-sample-data.md)
* [Explore Connectors & Install](../docs/integrations/connectors/)
* [Configure Airflow](../docs/integrations/connectors/airflow/airflow.md)