Keshav Mohta f8b588e6f0
Feature: Security Service (#22450)
* feat: security service initial code

* support secrity type for service from ui

* refactor: added missing java files for security service and require json files

* refactor: added doc file, oneOf java changes for ranger

* Merge branch 'main' of https://github.com/open-metadata/OpenMetadata into issue-20145

* update the security services schema to have domains instead of domain

* fix: added security service metadata pipeline

* Make changes for security service UI

* Update missing translation

* update type

* Fix the java checkstyle

* fix: added ingestionRunner in security service json

* Hide security service for OSS

* fix: reverse metadata documentation

* refactor: added securityConnection in test connection

* fix: documentation and ts file changes

* fix: deleted __init__ file and added SSISConnection again in the workflowclassconverter.java

* fix: convert domain to domains

* fix: added new file for basicAuth for ranger and change in rangerConnectionClassConverter.java file

* fix: java checkstyle

* fix: mysql security service sql

* fix: security service index mapping

* fix: moved migrations in new version and fix classConverterFactory

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-07-31 06:38:21 +02:00

111 lines
3.2 KiB
Markdown

---
title: Connectors | OpenMetadata Docs for Seamless Data Integration
description: Explore OpenMetadata's comprehensive connector library to integrate with databases, dashboards, pipelines, and ML platforms. Easy setup guides included.
slug: /connectors
---
# Connectors
OpenMetadata can extract metadata from the following list of connectors below.
## Ingestion Deployment
To run the Ingestion via the UI you'll need to use the OpenMetadata Ingestion Container, which comes shipped with
custom Airflow plugins to handle the workflow deployment. If you want to install it manually in an already existing
Airflow host, you can follow [this](/deployment/ingestion/openmetadata) guide.
If you don't want to use the OpenMetadata Ingestion container to configure the workflows via the UI, then you can check
the following docs to run the Ingestion Framework in any orchestrator externally.
{% tilesContainer %}
{% tile
title="Run Connectors from the OpenMetadata UI"
description="Learn how to manage your deployment to run connectors from the UI."
link="/deployment/ingestion/openmetadata"
/ %}
{% tile
title="External Schedulers"
description="Get more information about running the Ingestion Framework Externally."
link="/deployment/ingestion/external"
/ %}
{% /tilesContainer %}
{%inlineCalloutContainer%}
{%inlineCallout
bold="Metadata"
icon="cable"
href="/connectors/ingestion/workflows/metadata"%}
Learn more about how to ingest metadata from dozens of connectors.
{%/inlineCallout%}
{%inlineCallout
bold="Usage"
icon="cable"
href="/connectors/ingestion/workflows/usage"%}
Run usage ingestion workflows externally to track data access.
{%/inlineCallout%}
{%inlineCallout
bold="Lineage"
icon="cable"
href="/connectors/ingestion/workflows/lineage"%}
Run lineage Agent workflows externally to capture data flow.
{%/inlineCallout%}
{%inlineCallout
bold="DBT"
icon="cable"
href="/connectors/ingestion/workflows/dbt"%}
Run dbt Agent workflows externally to sync models and metadata.
{%/inlineCallout%}
{%inlineCallout
bold="Auto-Classification"
icon="cable"
href="/how-to-guides/data-governance/classification/auto-classification"%}
Set up auto-classification to detect and tag sensitive data automatically.
{%/inlineCallout%}
{%/inlineCalloutContainer%}
## API Services
{% partial file="/v1.9/connectors/api/connectors-list.md" /%}
## Database / DataWarehouse Services
{% partial file="/v1.9/connectors/database/connectors-list.md" /%}
## Dashboard Services
{% partial file="/v1.9/connectors/dashboard/connectors-list.md" /%}
## Messaging Services
{% partial file="/v1.9/connectors/messaging/connectors-list.md" /%}
## Pipeline Services
{% partial file="/v1.9/connectors/pipeline/connectors-list.md" /%}
## ML Model Services
{% partial file="/v1.9/connectors/ml-model/connectors-list.md" /%}
## Storage Services
{% partial file="/v1.9/connectors/storage/connectors-list.md" /%}
## Metadata Services
{% partial file="/v1.9/connectors/metadata/connectors-list.md" /%}
## Security Services
{% partial file="/v1.9/connectors/security/connectors-list.md" /%}
## Search Services
{% partial file="/v1.9/connectors/search/connectors-list.md" /%}