Skip to main content

Database Schemas

A Database Schema is a container within a Database. It holds Tables and sits between Database and Table in the hierarchy.
Entity schema follows the OpenMetadata Standard.

Entity Hierarchy

Database Schemas sit between Databases and Tables in the hierarchy:

Inheritance

When you set an owner or domain on a Database Schema, it is inherited by all child tables. Schemas also inherit from their parent database.

API Endpoints