mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-17 06:03:47 +00:00

* Add glossaries * GE + Prefect integration * Update data-quality * Minor typo in JSON code
29 lines
635 B
Markdown
29 lines
635 B
Markdown
---
|
|
title: Integrations
|
|
slug: /openmetadata/integrations
|
|
---
|
|
|
|
# Integrations
|
|
|
|
OpenMetadata provides the following integrations:
|
|
|
|
<InlineCalloutContainer>
|
|
<InlineCallout
|
|
color="violet-70"
|
|
icon="playlist_add_check"
|
|
bold="Great Expectations"
|
|
href="/openmetadata/integrations/great-expectations"
|
|
>
|
|
How to integrate great expectations with OpenMetadata
|
|
</InlineCallout>
|
|
<InlineCallout
|
|
color="violet-70"
|
|
icon="account_tree"
|
|
bold="Prefect"
|
|
href="/openmetadata/integrations/prefect"
|
|
>
|
|
How to install OpenMetadata and Prefect on your local machine
|
|
</InlineCallout>
|
|
</InlineCalloutContainer>
|
|
|