Databases
The database hierarchy is the core of OpenMetadata’s data asset model. It mirrors real-world database organization, providing a structured way to catalog and manage all your database metadata.OpenMetadata Standard
All database entity schemas follow the OpenMetadata Standard for Databases — an open specification for unified metadata management across platforms.
Hierarchy
Database Service
A Database Service represents a connection to a database platform or cluster — for example, a Snowflake account, a PostgreSQL instance, or a BigQuery project. It holds connection configuration and groups all databases within that platform.Database
A Database is a logical container within a service. Databases provide logical grouping for data across applications, teams, or purposes.Database Schema
A Database Schema organizes tables and stored procedures as a namespace within a database. All platforms use the same 5-level hierarchy in the API. For platforms that don’t have a native schema concept (e.g., MySQL), adefault schema is automatically created to maintain a consistent hierarchy.