mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-30 20:59:57 +00:00
88 lines
3.4 KiB
Markdown
88 lines
3.4 KiB
Markdown
![]() |
---
|
||
|
title: PinotDB
|
||
|
slug: /connectors/database/pinotdb
|
||
|
---
|
||
|
|
||
|
# PinotDB
|
||
|
|
||
|
{% multiTablesWrapper %}
|
||
|
|
||
|
| Feature | Status |
|
||
|
| :----------------- | :--------------------------- |
|
||
|
| Stage | PROD |
|
||
|
| Metadata | {% icon iconName="check" /%} |
|
||
|
| Query Usage | {% icon iconName="cross" /%} |
|
||
|
| Data Profiler | {% icon iconName="check" /%} |
|
||
|
| Data Quality | {% icon iconName="check" /%} |
|
||
|
| Lineage | Partially via Views |
|
||
|
| DBT | {% icon iconName="check" /%} |
|
||
|
| Supported Versions | --- |
|
||
|
|
||
|
| Feature | Status |
|
||
|
| :----------- | :--------------------------- |
|
||
|
| Lineage | Partially via Views |
|
||
|
| Table-level | {% icon iconName="check" /%} |
|
||
|
| Column-level | {% icon iconName="check" /%} |
|
||
|
|
||
|
{% /multiTablesWrapper %}
|
||
|
|
||
|
In this section, we provide guides and references to use the PinotDB connector.
|
||
|
|
||
|
Configure and schedule PinotDB 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.1.0/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/pinotdb/yaml"} /%}
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
{%inlineCallout icon="description" bold="OpenMetadata 0.12 or later" href="/deployment"%}
|
||
|
To deploy OpenMetadata, check the Deployment guides.
|
||
|
{%/inlineCallout%}
|
||
|
|
||
|
## Metadata Ingestion
|
||
|
|
||
|
{% partial
|
||
|
file="/v1.1.0/connectors/metadata-ingestion-ui.md"
|
||
|
variables={
|
||
|
connector: "PinotDB",
|
||
|
selectServicePath: "/images/v1.1.0/connectors/pinotdb/select-service.png",
|
||
|
addNewServicePath: "/images/v1.1.0/connectors/pinotdb/add-new-service.png",
|
||
|
serviceConnectionPath: "/images/v1.1.0/connectors/pinotdb/service-connection.png",
|
||
|
}
|
||
|
/%}
|
||
|
|
||
|
{% stepsContainer %}
|
||
|
{% extraContent parentTagName="stepsContainer" %}
|
||
|
|
||
|
#### Connection Details
|
||
|
|
||
|
- **Username**: Specify the User to connect to PinotDB. It should have enough privileges to read all the metadata.
|
||
|
- **Password**: Password to connect to PinotDB.
|
||
|
- **Host and Port**: Enter the fully qualified hostname and port number for your PinotDB 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.
|
||
|
- **sslCA**: Provide the path to ssl ca file.
|
||
|
- **sslCert**: Provide the path to ssl client certificate file (ssl_cert).
|
||
|
- **sslKey**: Provide the path to ssl client certificate file (ssl_key).
|
||
|
|
||
|
{% partial file="/v1.1.0/connectors/database/advanced-configuration.md" /%}
|
||
|
|
||
|
{% /extraContent %}
|
||
|
|
||
|
{% partial file="/v1.1.0/connectors/test-connection.md" /%}
|
||
|
|
||
|
{% partial file="/v1.1.0/connectors/database/configure-ingestion.md" /%}
|
||
|
|
||
|
{% partial file="/v1.1.0/connectors/ingestion-schedule-and-deploy.md" /%}
|
||
|
|
||
|
{% /stepsContainer %}
|
||
|
|
||
|
{% partial file="/v1.1.0/connectors/troubleshooting.md" /%}
|
||
|
|
||
|
{% partial file="/v1.1.0/connectors/database/related.md" /%}
|