> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-metadata.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Metadata Ingestion | OpenMetadata Data Pipeline Overview

> Discover OpenMetadata connectors to extract metadata from databases, dashboards, pipelines & more. Easy setup with included guides.

# Metadata Ingestion

The goal of OpenMetadata is to serve as a centralised platform where users can gather and collaborate
around data. This is possible thanks for different workflows that users can deploy and schedule, which will
connect to the data sources to extract metadata.

Different metadata being ingested to OpenMetadata can be:

* Entities metadata, such as Tables, Dashboards, Topics...
* Query usage to rank the most used tables,
* Lineage between Entities,
* Data Profiles and Quality Tests.

In this section we will explore the different workflows, how they work and how to use them.

<CardGroup cols={2}>
  <Card title="Metadata Ingestion" href="/v1.12.x/connectors/ingestion/workflows/metadata">
    Learn more about how to ingest metadata from dozens of connectors.
  </Card>

  <Card title="Metadata Profiler" href="/v1.12.x/how-to-guides/data-quality-observability/profiler/external-workflow">
    To get metrics from your Tables=
  </Card>

  <Card title="Metadata Data Quality Tests" href="/v1.12.x/how-to-guides/data-quality-observability/quality">
    To run automated Quality Tests on your Tables.
  </Card>

  <Card title="Metadata Usage" href="/v1.12.x/connectors/ingestion/workflows/usage">
    To analyze popular entities.
  </Card>

  <Card title="Metadata Lineage" href="/v1.12.x/connectors/ingestion/workflows/lineage">
    To analyze relationships in your data platform.
  </Card>
</CardGroup>

## Great Expectations

[Great Expectations](https://greatexpectations.io/) is a shared, open standard for data quality. It helps data teams eliminate pipeline debt, through data testing, documentation, and profiling. Learn how to configure Great Expectations to integrate with OpenMetadata and ingest your test results to your table service page.

<Card title="Great Expectations" href="/v1.12.x/connectors/ingestion/great-expectations">
  Ingest your test results from Great Expectations.
</Card>

## Metadata Versioning

One fundamental aspect of Metadata Ingestion is being able to analyze the evolution of your metadata. OpenMetadata
support Metadata Versioning, maintaining the history of changes of all your assets.

<CardGroup cols={1}>
  <Card title="Metadata Versioning" href="/v1.12.x/connectors/ingestion/versioning">
    Learn how OpenMetadata keeps track of your metadata evolution.
  </Card>
</CardGroup>

## Best Practices

You want to know some of the best practices around metadata ingestion? This is the right place!

<CardGroup cols={1}>
  <Card title="Best Practices" href="/v1.12.x/connectors/ingestion/best-practices">
    Learn the best practices to ingest metadata, both from the UI and using any custom orchestrator.
  </Card>
</CardGroup>

## Deep Dive

Understand how OpenMetadata deploys the workflows that are created from the UI.

<CardGroup cols={1}>
  <Card title="Ingestion Pipeline UI Deployment" href="/v1.12.x/connectors/ingestion/deployment">
    Learn about the Pipeline Service interface and how OpenMetadata handles workflow deployments.
  </Card>
</CardGroup>
