2024-06-18 15:53:06 +02:00
|
|
|
---
|
|
|
|
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)
|
2024-09-02 10:22:51 +05:30
|
|
|
- [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow)
|
|
|
|
- [Data Quality](/how-to-guides/data-quality-observability/quality)
|
2024-06-18 15:53:06 +02:00
|
|
|
- [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" /%}
|