2024-06-18 15:53:06 +02:00
---
2025-06-20 19:46:38 +05:30
title: SQLite Connector | OpenMetadata Lightweight DB Integration
2024-06-18 15:53:06 +02:00
slug: /connectors/database/sqlite
---
{% connectorDetailsHeader
name="SQLite"
stage="PROD"
platform="OpenMetadata"
2025-03-03 14:39:14 +05:30
availableFeatures=["Metadata", "Data Profiler", "Data Quality", "View Lineage", "View Column-level Lineage", "dbt", "Sample Data"]
2024-06-18 15:53:06 +02:00
unavailableFeatures=["Query Usage", "Owners", "Tags", "Stored Procedures"]
/ %}
In this section, we provide guides and references to use the Presto connector.
Configure and schedule Presto metadata and profiler workflows from the OpenMetadata UI:
- [Requirements ](#requirements )
- [Metadata Ingestion ](#metadata-ingestion )
2024-09-02 10:22:51 +05:30
- [Data Profiler ](/how-to-guides/data-quality-observability/profiler/workflow )
2025-01-07 10:01:52 +05:30
- [Lineage ](/how-to-guides/data-lineage/workflow )
2024-09-02 10:22:51 +05:30
- [Data Quality ](/how-to-guides/data-quality-observability/quality )
2024-06-18 15:53:06 +02:00
- [dbt Integration ](/connectors/ingestion/workflows/dbt )
2025-04-08 10:52:01 +05:30
- [Troubleshooting ](/connectors/database/sqlite/troubleshooting )
2024-06-18 15:53:06 +02:00
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/sqlite/yaml"} /%}
2024-06-18 15:53:06 +02:00
## Requirements
### Metadata
To extract metadata, the user needs to be able to perform `.tables` , `.schema` , on database you wish to extract metadata from and have `SELECT` permission on the `sqlite_temp_master` . Access to resources will be different based on the connector used.
## Metadata Ingestion
{% partial
2024-12-12 11:34:09 +05:30
file="/v1.7/connectors/metadata-ingestion-ui.md"
2024-06-18 15:53:06 +02:00
variables={
connector: "SQLite",
2024-12-12 11:34:09 +05:30
selectServicePath: "/images/v1.7/connectors/sqlite/select-service.png",
addNewServicePath: "/images/v1.7/connectors/sqlite/add-new-service.png",
serviceConnectionPath: "/images/v1.7/connectors/sqlite/service-connection.png",
2024-06-18 15:53:06 +02:00
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
- **Username**: Username to connect to SQLite. Blank for in-memory database.
- **Password**: Password to connect to SQLite. Blank for in-memory database.
- **Host and Port**: Enter the fully qualified hostname and port number for your SQLite deployment in the Host and Port field.
- **Database**: The database of the data source is an optional parameter, if you would like to restrict the metadata reading to a single database. If left blank, OpenMetadata ingestion attempts to scan all the databases.
- **Database Mode**: How to run the SQLite database. :memory: by default.
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/database/advanced-configuration.md" /%}
2024-06-18 15:53:06 +02:00
{% /extraContent %}
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/test-connection.md" /%}
2024-06-18 15:53:06 +02:00
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/database/configure-ingestion.md" /%}
2024-06-18 15:53:06 +02:00
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
2024-06-18 15:53:06 +02:00
{% /stepsContainer %}
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/database/related.md" /%}