mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-13 20:18:24 +00:00
71 lines
2.6 KiB
Markdown
71 lines
2.6 KiB
Markdown
![]() |
---
|
||
|
title: Doris
|
||
|
slug: /connectors/database/doris
|
||
|
---
|
||
|
|
||
|
{% connectorDetailsHeader
|
||
|
name="Doris"
|
||
|
stage="PROD"
|
||
|
platform="OpenMetadata"
|
||
|
availableFeatures=["Metadata", "Data Profiler", "Data Quality"]
|
||
|
unavailableFeatures=["Query Usage", "Lineage", "Column-level Lineage", "Owners", "Tags", "Stored Procedures", "dbt"]
|
||
|
/ %}
|
||
|
|
||
|
In this section, we provide guides and references to use the Doris connector.
|
||
|
|
||
|
Configure and schedule Doris metadata and profiler workflows from the OpenMetadata UI:
|
||
|
|
||
|
- [Requirements](#requirements)
|
||
|
- [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/doris/yaml"} /%}
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
Metadata: Doris >= 1.2.0, Data Profiler: Doris >= 2.0.2
|
||
|
|
||
|
## Metadata Ingestion
|
||
|
|
||
|
{% partial
|
||
|
file="/v1.5/connectors/metadata-ingestion-ui.md"
|
||
|
variables={
|
||
|
connector: "Doris",
|
||
|
selectServicePath: "/images/v1.5/connectors/doris/select-service.png",
|
||
|
addNewServicePath: "/images/v1.5/connectors/doris/add-new-service.png",
|
||
|
serviceConnectionPath: "/images/v1.5/connectors/doris/service-connection.png",
|
||
|
}
|
||
|
/%}
|
||
|
|
||
|
{% stepsContainer %}
|
||
|
{% extraContent parentTagName="stepsContainer" %}
|
||
|
|
||
|
#### Connection Details
|
||
|
|
||
|
- **Username**: Specify the User to connect to Doris. It should have enough privileges to read all the metadata.
|
||
|
- **Password**: Password to connect to Doris.
|
||
|
- **Host and Port**: Enter the fully qualified hostname and port number for your Doris deployment in the Host and Port field.
|
||
|
- **databaseName**: Optional name to give to the database in OpenMetadata. If left blank, we will use default as the database name.
|
||
|
- **databaseSchema**: databaseSchema of the data source. This is optional parameter, if you would like to restrict the metadata reading to a single databaseSchema. When left blank, OpenMetadata Ingestion attempts to scan all the databaseSchema.
|
||
|
- **caCertificate**: Provide the path to ssl ca file.
|
||
|
- **sslCertificate**: Provide the path to ssl client certificate file (ssl_cert).
|
||
|
- **sslKey**: Provide the path to ssl client certificate file (ssl_key).
|
||
|
|
||
|
{% 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" /%}
|