2025-01-23 16:52:50 +05:30
---
2025-06-20 19:46:38 +05:30
title: Exasol Connector | OpenMetadata High-Performance Database
2025-01-23 16:52:50 +05:30
slug: /connectors/database/exasol
---
{% connectorDetailsHeader
name="Exasol"
stage="PROD"
platform="OpenMetadata"
availableFeatures=["Metadata"]
2025-03-03 12:56:25 +05:30
unavailableFeatures=["Query Usage", "Lineage", "Column-level Lineage", "Data Profiler", "Data Quality", "Owners", "dbt", "Tags", "Stored Procedures", "Sample Data"]
2025-01-23 16:52:50 +05:30
/ %}
In this section, we provide guides and references for using the Exasol connector.
Configure and schedule Exasol metadata from the OpenMetadata UI:
- [Requirements ](#requirements )
- [Metadata Ingestion ](#metadata-ingestion )
2025-04-07 10:27:39 +05:30
- [Troubleshooting ](/connectors/database/exasol/troubleshooting )
2025-01-23 16:52:50 +05:30
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/exasol/yaml"} /%}
2025-01-23 16:52:50 +05:30
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/external-ingestion-deployment.md" /%}
2025-01-23 16:52:50 +05:30
{%inlineCallout icon="description" bold="OpenMetadata 1.6.1 or later" href="/deployment"%}
To deploy OpenMetadata, check the Deployment guides.
{%/inlineCallout%}
## Requirements
The connector requires **Exasol version 7.1 or higher** to function correctly. Ensure your Exasol instance meets this minimum version requirement before proceeding.
## Metadata Ingestion
{% partial
2025-04-18 08:42:17 +02:00
file="/v1.8/connectors/metadata-ingestion-ui.md"
2025-01-23 16:52:50 +05:30
variables={
connector: "Exasol",
2025-04-18 08:42:17 +02:00
selectServicePath: "/images/v1.8/connectors/exasol/select-service.png",
addNewServicePath: "/images/v1.8/connectors/exasol/add-new-service.png",
serviceConnectionPath: "/images/v1.8/connectors/exasol/service-connection.png",
2025-01-23 16:52:50 +05:30
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
2025-01-23 18:05:08 +05:30
### Connection Options
2025-01-23 16:52:50 +05:30
2025-01-23 18:05:08 +05:30
**Connection Scheme**: Specifies the SQLAlchemy driver scheme options required to connect to Exasol.
2025-01-23 16:52:50 +05:30
2025-01-23 18:05:08 +05:30
**Username**: The username used to connect to the Exasol database. Ensure that this user has sufficient privileges to read all the metadata from Exasol.
2025-01-23 16:52:50 +05:30
2025-01-23 18:05:08 +05:30
**Password**: The password associated with the user connecting to Exasol.
2025-01-23 16:52:50 +05:30
2025-01-23 18:05:08 +05:30
**Host and Port**: Defines the host and port of the Exasol instance. Provide this as a string in the format `hostname:port` . For example: `localhost:8563`
2025-01-23 16:52:50 +05:30
- If running the OpenMet adata ingestion in a Docker container and your services are hosted on `localhost` , use `host.docker.internal:8563` .
2025-01-23 18:05:08 +05:30
**SSL/TLS Settings**: Specifies the mode or settings for SSL/TLS validation during the connection. Available options:
2025-01-23 16:52:50 +05:30
2025-01-23 18:05:08 +05:30
**validate-certificate (Default)**: Enables Transport Layer Security (TLS) and validates the server certificate using system certificate stores.
2025-01-23 16:52:50 +05:30
2025-01-23 18:05:08 +05:30
**ignore-certificate**: Enables Transport Layer Security (TLS) but disables validation of the server certificate.
2025-01-23 16:52:50 +05:30
2025-01-23 18:05:08 +05:30
{% note %}
- This mode should not be used in production. It is useful for testing with self-signed certificates.
{% /note %}
**disable-tls**: Disables Transport Layer Security (TLS). Data is sent in plain text (no encryption).
[!WARNING]
This mode is not recommended for production and should only be used in debugging scenarios.
2025-01-23 16:52:50 +05:30
{% note %}
Ensure that the appropriate TLS setting is chosen based on your security and deployment requirements.
{% /note %}
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/database/advanced-configuration.md" /%}
2025-01-23 16:52:50 +05:30
{% /extraContent %}
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/test-connection.md" /%}
2025-01-23 16:52:50 +05:30
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/database/configure-ingestion.md" /%}
2025-01-23 16:52:50 +05:30
2025-04-18 08:42:17 +02:00
{% partial file="/v1.8/connectors/ingestion-schedule-and-deploy.md" /%}
2025-01-23 16:52:50 +05:30
{% /stepsContainer %}