2024-06-18 15:53:06 +02:00
---
2025-06-20 19:46:38 +05:30
title: Druid Connector | OpenMetadata Real-Time Analytics Guide
2025-07-03 17:39:09 +05:30
description: Learn how to connect Apache Druid to OpenMetadata with our comprehensive connector guide. Step-by-step setup, configuration, and metadata extraction.
2024-06-18 15:53:06 +02:00
slug: /connectors/database/druid
---
{% connectorDetailsHeader
name="Druid"
stage="PROD"
platform="OpenMetadata"
2025-03-03 14:39:14 +05:30
availableFeatures=["Metadata", "Data Profiler", "Data Quality", "View Lineage", "View Column-level Lineage", "dbt", "Sample Data"]
2024-06-18 15:53:06 +02:00
unavailableFeatures=["Query Usage", "Owners", "Tags", "Stored Procedures"]
/ %}
In this section, we provide guides and references to use the Druid connector.
Configure and schedule Druid metadata and profiler workflows from the OpenMetadata UI:
- [Metadata Ingestion ](#metadata-ingestion )
2024-09-02 10:22:51 +05:30
- [Data Profiler ](/how-to-guides/data-quality-observability/profiler/workflow )
2025-01-06 10:17:50 +05:30
- [Lineage ](/how-to-guides/data-lineage/workflow )
2024-09-02 10:22:51 +05:30
- [Data Quality ](/how-to-guides/data-quality-observability/quality )
2024-06-18 15:53:06 +02:00
- [dbt Integration ](/connectors/ingestion/workflows/dbt )
2025-04-07 10:27:39 +05:30
- [Troubleshooting ](/connectors/database/druid/troubleshooting )
2024-06-18 15:53:06 +02:00
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/athena/yaml"} /%}
2024-06-18 15:53:06 +02:00
## Metadata Ingestion
{% partial
2025-06-27 12:22:38 +05:30
file="/v1.9/connectors/metadata-ingestion-ui.md"
2024-06-18 15:53:06 +02:00
variables={
connector: "Druid",
2025-06-27 12:22:38 +05:30
selectServicePath: "/images/v1.9/connectors/druid/select-service.png",
addNewServicePath: "/images/v1.9/connectors/druid/add-new-service.png",
serviceConnectionPath: "/images/v1.9/connectors/druid/service-connection.png",
2024-06-18 15:53:06 +02:00
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
- **Username**: Specify the User to connect to Druid. It should have enough privileges to read all the metadata.
- **Password**: Password to connect to Druid.
- **Host and Port**: Enter the fully qualified hostname and port number for your Druid deployment in the Host and Port field.
- **Database Name**: Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name.
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/database/advanced-configuration.md" /%}
2024-06-18 15:53:06 +02:00
{% /extraContent %}
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/test-connection.md" /%}
2024-06-18 15:53:06 +02:00
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/database/configure-ingestion.md" /%}
2024-06-18 15:53:06 +02:00
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/ingestion-schedule-and-deploy.md" /%}
2024-06-18 15:53:06 +02:00
{% /stepsContainer %}
2025-06-27 12:22:38 +05:30
{% partial file="/v1.9/connectors/database/related.md" /%}