mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-26 02:40:08 +00:00
62 lines
2.1 KiB
Markdown
62 lines
2.1 KiB
Markdown
![]() |
---
|
||
|
title: Druid
|
||
|
slug: /connectors/database/druid
|
||
|
---
|
||
|
|
||
|
{% connectorDetailsHeader
|
||
|
name="Druid"
|
||
|
stage="PROD"
|
||
|
platform="OpenMetadata"
|
||
|
availableFeatures=["Metadata", "Data Profiler", "Data Quality", "Lineage", "Column-level Lineage", "dbt"]
|
||
|
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)
|
||
|
- [Data Profiler](/connectors/ingestion/workflows/profiler)
|
||
|
- [Data Quality](/connectors/ingestion/workflows/data-quality)
|
||
|
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
||
|
|
||
|
{% partial file="/v1.5/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/athena/yaml"} /%}
|
||
|
|
||
|
## Metadata Ingestion
|
||
|
|
||
|
{% partial
|
||
|
file="/v1.5/connectors/metadata-ingestion-ui.md"
|
||
|
variables={
|
||
|
connector: "Druid",
|
||
|
selectServicePath: "/images/v1.5/connectors/druid/select-service.png",
|
||
|
addNewServicePath: "/images/v1.5/connectors/druid/add-new-service.png",
|
||
|
serviceConnectionPath: "/images/v1.5/connectors/druid/service-connection.png",
|
||
|
}
|
||
|
/%}
|
||
|
|
||
|
{% 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.
|
||
|
|
||
|
{% partial file="/v1.5/connectors/database/advanced-configuration.md" /%}
|
||
|
|
||
|
{% /extraContent %}
|
||
|
|
||
|
{% partial file="/v1.5/connectors/test-connection.md" /%}
|
||
|
|
||
|
{% partial file="/v1.5/connectors/database/configure-ingestion.md" /%}
|
||
|
|
||
|
{% partial file="/v1.5/connectors/ingestion-schedule-and-deploy.md" /%}
|
||
|
|
||
|
{% /stepsContainer %}
|
||
|
|
||
|
{% partial file="/v1.5/connectors/troubleshooting.md" /%}
|
||
|
|
||
|
{% partial file="/v1.5/connectors/database/related.md" /%}
|