2024-09-30 01:05:42 +05:30
---
title: Database service setup
2024-10-10 14:36:33 +05:30
slug: /quick-start/getting-started/day-1/database-service-setup
2024-09-30 01:05:42 +05:30
---
## Setting Up a Database Service for Metadata Extraction
You can quickly set up a database service for metadata extraction in OpenMetadata SaaS. Below is an example of how to configure a connection using the `Snowflake` Connector:
1. ### Log in to OpenMetadata SaaS
- Navigate to **Settings > Services > Databases** .
- Click on **Add New Service** .
{% image
2024-12-12 11:34:09 +05:30
src="/images/v1.7/getting-started/add-service.png"
2024-09-30 01:05:42 +05:30
alt="Adding Database Service"
caption="Adding Database Service" /%}
2. ### Select Database Type
- Choose the database type for your service. In this example, select `Snowflake` .
- Enter the required details, such as the **Name** and **Description** , to identify the database.
{% image
2024-12-12 11:34:09 +05:30
src="/images/v1.7/getting-started/select-service.png"
2024-09-30 01:05:42 +05:30
alt="Sel ecting Database Service"
caption="Selecting Database Service" /%}
3. ### Enter Connection Details
- Provide the necessary connection parameters, such as hostname, port, credentials, etc.
- The side panel offers guidance with available documentation, and you can also refer to the specific `Snowflake` Connector [documentation ](/connectors )for more information.
2025-04-23 14:13:16 +05:30
{% image
src="/images/v1.7/getting-started/configure-connector0.png"
alt="Configure Service"
caption="Configure Service" /%}
2024-09-30 01:05:42 +05:30
{% image
2024-12-12 11:34:09 +05:30
src="/images/v1.7/getting-started/configure-connector.png"
2024-09-30 01:05:42 +05:30
alt="Updating Connection Details"
caption="Updating Connection Details" /%}
4. ### Test the Connection
Click Test Connection to verify the setup. This will check if OpenMetadata can reach the Snowflake service.
{% image
2024-12-12 11:34:09 +05:30
src="/images/v1.7/getting-started/test-connection.png"
2024-09-30 01:05:42 +05:30
alt="Verifying the Test Connection"
2025-04-23 14:13:16 +05:30
caption="Verifying the Test Connection" /%}
5. ### Set Default Data Filters
Configure default filters to control which databases, schemas, and tables are included or excluded during ingestion.
#### Default Database Filter Pattern
- **Includes / Excludes**:
To add a filter pattern, simply type it in and press `Enter` .
#### Default Schema Filter Pattern
- **Includes / Excludes**:
To add a filter pattern, simply type it in and press `Enter` .
#### Default Table Filter Pattern
- **Includes / Excludes**:
To add a filter pattern, simply type it in and press `Enter` .
These filters help streamline the ingestion process by targeting only the relevant data assets.